Uses of Class
org.geotools.referencing.wkt.Symbols
Packages that use Symbols
-
Uses of Symbols in org.geotools.referencing.wkt
Fields in org.geotools.referencing.wkt declared as SymbolsModifier and TypeFieldDescriptionstatic final Symbols
Symbols.CURLY_BRACKETS
A set of symbols with parameters between parentheses, like(...)
.static final Symbols
Symbols.DEFAULT
The default set of symbols.static final Symbols
Symbols.SQUARE_BRACKETS
A set of symbols with parameters between square brackets, like[...]
.Constructors in org.geotools.referencing.wkt with parameters of type SymbolsModifierConstructorDescriptionAbstractParser
(Symbols symbols) Constructs a parser using the specified set of symbols.Creates a new instance of the formatter.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.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.