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 SymbolsSymbols.CURLY_BRACKETSA set of symbols with values between parentheses, likeDATUM("WGS84").static final SymbolsSymbols.SQUARE_BRACKETSA set of symbols with values between square brackets, likeDATUM["WGS84"].(package private) final SymbolsAbstractParser.symbolsThe symbols to use for parsing WKT.private final SymbolsFormatter.symbolsThe symbols to use for this formatter.private SymbolsWKTFormat.symbolsThe 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 SymbolsSymbols.getDefault()Returns the default set of symbols.WKTFormat.getSymbols()Returns the symbols used for parsing and formatting WKT.(package private) final SymbolsSymbols.immutable()Returns an immutable copy of this set of symbols, orthisif this instance is already immutable.Methods in org.apache.sis.io.wkt with parameters of type SymbolsModifier and TypeMethodDescriptionvoidWKTFormat.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 byWKTFormatonly.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.