Uses of Class
org.apache.sis.io.wkt.Symbols
Packages that use Symbols
-
Uses of Symbols in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as SymbolsModifier and TypeFieldDescriptionstatic final Symbols
Symbols.CURLY_BRACKETS
A set of symbols with values between parentheses, likeDATUM("WGS84")
.static final Symbols
Symbols.SQUARE_BRACKETS
A set of symbols with values between square brackets, likeDATUM["WGS84"]
.(package private) final Symbols
AbstractParser.symbols
The symbols to use for parsing WKT.private final Symbols
Formatter.symbols
The symbols to use for this formatter.private Symbols
WKTFormat.symbols
The immutable set of symbols to use for this formatter.Methods in org.apache.sis.io.wkt that return SymbolsModifier and TypeMethodDescriptionSymbols.clone()
Returns a clone of thisSymbols
.static Symbols
Symbols.getDefault()
Returns the default set of symbols.WKTFormat.getSymbols()
Returns the symbols used for parsing and formatting WKT.(package private) final Symbols
Symbols.immutable()
Returns an immutable copy of this set of symbols, orthis
if this instance is already immutable.Methods in org.apache.sis.io.wkt with parameters of type SymbolsModifier and TypeMethodDescriptionvoid
WKTFormat.setSymbols
(Symbols symbols) Sets the symbols used for parsing and formatting WKT.Constructors in org.apache.sis.io.wkt with parameters of type SymbolsModifierConstructorDescription(package private)
AbstractParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Locale errorLocale) Constructs a parser using the specified set of symbols.(package private)
Formatter
(Locale locale, Locale errorLocale, Symbols symbols, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat) Constructor for private use byWKTFormat
only.Formatter
(Convention convention, Symbols symbols, int indentation) Creates a new formatter instance with the specified convention, symbols and indentation.(package private)
GeodeticObjectParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Constructs a parser for the specified set of symbols using the specified set of factories.(package private)
MathTransformParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, ReferencingFactoryContainer factories, Locale errorLocale) Creates a parser using the specified set of symbols and factories.(package private)
Parser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Creates a new parser.Creates a new set of WKT symbols initialized to a copy of the given symbols.