Package org.geotools.referencing.wkt
Class Symbols
Object
Symbols
The set of symbols to use for WKT parsing and formatting.
- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAxis
(CharSequence wkt) Returnstrue
if the specified WKT contains at least oneAXIS[...]
element.
-
Field Details
-
DEFAULT
The default set of symbols. -
SQUARE_BRACKETS
A set of symbols with parameters between square brackets, like[...]
. -
CURLY_BRACKETS
A set of symbols with parameters between parentheses, like(...)
.
-
-
Constructor Details
-
Symbols
Creates a new set of symbols for the specified locale.
-
-
Method Details
-
containsAxis
Returnstrue
if the specified WKT contains at least oneAXIS[...]
element. This method tries to make a quick checks taking in account a minimal set of WKT syntax rules.- Since:
- 2.4
-