|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.referencing.wkt.Symbols
public class Symbols
The set of symbols to use for WKT parsing and formatting.
Field Summary | |
---|---|
static Symbols |
CURLY_BRACKETS
A set of symbols with parameters between parentheses, like (...) . |
static Symbols |
DEFAULT
The default set of symbols. |
static Symbols |
SQUARE_BRACKETS
A set of symbols with parameters between square brackets, like [...] . |
Constructor Summary | |
---|---|
Symbols(java.util.Locale locale)
Creates a new set of symbols for the specified locale. |
Method Summary | |
---|---|
boolean |
containsAxis(java.lang.CharSequence wkt)
Returns true if the specified WKT contains at least one AXIS[...] element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Symbols DEFAULT
public static final Symbols SQUARE_BRACKETS
[...]
.
public static final Symbols CURLY_BRACKETS
(...)
.
Constructor Detail |
---|
public Symbols(java.util.Locale locale)
Method Detail |
---|
public boolean containsAxis(java.lang.CharSequence wkt)
true
if the specified WKT contains at least one AXIS[...]
element.
This method tries to make a quick checks taking in account a minimal set of WKT syntax rules.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |