Uses of Class
org.apache.sis.io.wkt.Symbols
-
Packages that use Symbols Package Description org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of Symbols in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as Symbols Modifier and Type Field Description static SymbolsSymbols. CURLY_BRACKETSA set of symbols with values between parentheses, likeDATUM("WGS84").static SymbolsSymbols. SQUARE_BRACKETSA set of symbols with values between square brackets, likeDATUM["WGS84"].Methods in org.apache.sis.io.wkt that return Symbols Modifier and Type Method Description SymbolsSymbols. clone()Returns a clone of thisSymbols.static SymbolsSymbols. getDefault()Returns the default set of symbols.SymbolsWKTFormat. getSymbols()Returns the symbols used for parsing and formatting WKT.Methods in org.apache.sis.io.wkt with parameters of type Symbols Modifier and Type Method Description voidWKTFormat. setSymbols(Symbols symbols)Sets the symbols used for parsing and formatting WKT.Constructors in org.apache.sis.io.wkt with parameters of type Symbols Constructor Description Formatter(Convention convention, Symbols symbols, int indentation)Creates a new formatter instance with the specified convention, symbols and indentation.Symbols(Symbols symbols)Creates a new set of WKT symbols initialized to a copy of the given symbols.
-