Package | Description |
---|---|
org.geotools.referencing.wkt |
Well
Known Text (WKT) parsing and formatting.
|
Modifier and Type | Field and Description |
---|---|
static Symbols |
Symbols.CURLY_BRACKETS
A set of symbols with parameters between parentheses, like
(...) . |
static Symbols |
Symbols.DEFAULT
The default set of symbols.
|
static Symbols |
Symbols.SQUARE_BRACKETS
A set of symbols with parameters between square brackets, like
[...] . |
Constructor and Description |
---|
AbstractParser(Symbols symbols)
Constructs a parser using the specified set of symbols.
|
Formatter(Symbols symbols)
Creates a new instance of the formatter.
|
Formatter(Symbols symbols,
int indentation)
Creates a new instance of the formatter with the specified indentation width.
|
MathTransformParser(Symbols symbols)
Constructs a parser using the specified set of symbols and the default factories.
|
MathTransformParser(Symbols symbols,
MathTransformFactory mtFactory)
Constructs a parser for the specified set of symbols and factory.
|
Parser(Symbols symbols)
Constructs a parser for the specified set of symbols using default factories.
|
Parser(Symbols symbols,
DatumFactory datumFactory,
CSFactory csFactory,
CRSFactory crsFactory,
MathTransformFactory mtFactory)
Constructs a parser for the specified set of symbols using the specified factories.
|
Parser(Symbols symbols,
ReferencingFactoryContainer factories)
Constructs a parser for the specified set of symbols using the specified set of factories.
|
Copyright © 1996–2019 Geotools. All rights reserved.