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"]
.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.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 SymbolsModifierConstructorDescriptionFormatter
(Convention convention, Symbols symbols, int indentation) Creates a new formatter instance with the specified convention, symbols and indentation.Creates a new set of WKT symbols initialized to a copy of the given symbols.