|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSymbols
public class Symbols
The set of symbols to use for WKT parsing and formatting.
modules/library/referencing (gt-referencing.jar)
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(Locale locale)
Creates a new set of symbols for the specified locale. |
Method Summary | |
---|---|
boolean |
containsAxis(CharSequence wkt)
Returns true if the specified WKT contains at least one AXIS[...] element. |
Methods inherited from class 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(Locale locale)
Method Detail |
---|
public boolean containsAxis(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 |