public class Symbols extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Symbols(Locale locale)
Creates a new set of symbols for the specified locale.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsAxis(CharSequence wkt)
Returns
true if the specified WKT contains at least one AXIS[...] element. |
public static final Symbols DEFAULT
public static final Symbols SQUARE_BRACKETS
[...]
.public static final Symbols CURLY_BRACKETS
(...)
.public Symbols(Locale locale)
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.Copyright © 1996–2019 Geotools. All rights reserved.