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 Symbols
Symbols. CURLY_BRACKETS
A set of symbols with values between parentheses, likeDATUM("WGS84")
.static Symbols
Symbols. SQUARE_BRACKETS
A 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 Symbols
Symbols. clone()
Returns a clone of thisSymbols
.static Symbols
Symbols. getDefault()
Returns the default set of symbols.Symbols
WKTFormat. 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 void
WKTFormat. 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.
-