Uses of Class
org.apache.sis.io.wkt.Convention
-
Packages that use Convention Package Description org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of Convention in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that return Convention Modifier and Type Method Description Convention
Formatter. getConvention()
Returns the convention to use for formatting the WKT.Convention
WKTFormat. getConvention()
Returns the convention for parsing and formatting WKT elements.static Convention
Convention. valueOf(String name)
Returns the enum constant of this type with the specified name.static Convention[]
Convention. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.io.wkt with parameters of type Convention Modifier and Type Method Description void
WKTFormat. setConvention(Convention convention)
Sets the convention for parsing and formatting WKT elements.String
FormattableObject. toString(Convention convention)
Returns a Well Known Text (WKT) for this object using the specified convention.Constructors in org.apache.sis.io.wkt with parameters of type Convention Constructor Description Formatter(Convention convention, Symbols symbols, int indentation)
Creates a new formatter instance with the specified convention, symbols and indentation.
-