|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Symbols | |
| org.geotools.referencing.wkt | Well Known Text (WKT) parsing and formatting. |
| Uses of Symbols in org.geotools.referencing.wkt |
| Fields in org.geotools.referencing.wkt declared as Symbols | |
static Symbols |
Symbols.DEFAULT
The default set of symbols. |
static Symbols |
Symbols.SQUARE_BRACKETS
A set of symbols with parameters between square brackets, like . |
static Symbols |
Symbols.CURLY_BRACKETS
A set of symbols with parameters between parentheses, like . |
| Constructors in org.geotools.referencing.wkt with parameters of type Symbols | |
ParseWKT2GeoTiffMetadata(java.lang.String WKT,
org.esa.beam.util.geotiff.GeoTIFFMetadata metadata,
Symbols symbols)
|
|
Parser(Symbols symbols)
Constructs a parser for the specified set of symbols using default factories. |
|
Parser(Symbols symbols,
FactoryGroup factories)
Constructs a parser for the specified set of symbols using the specified set of factories. |
|
Parser(Symbols symbols,
org.opengis.referencing.datum.DatumFactory datumFactory,
org.opengis.referencing.cs.CSFactory csFactory,
org.opengis.referencing.crs.CRSFactory crsFactory,
org.opengis.referencing.operation.MathTransformFactory mtFactory)
Constructs a parser for the specified set of symbols using the specified factories. |
|
AbstractParser(Symbols symbols)
Constructs a parser using the specified set of symbols. |
|
MathTransformParser(Symbols symbols)
Constructs a parser using the specified set of symbols and the default factories. |
|
MathTransformParser(Symbols symbols,
org.opengis.referencing.operation.MathTransformFactory mtFactory)
Constructs a parser for the specified set of symbols and factory. |
|
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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||