Uses of Class
org.apache.sis.io.wkt.KeywordStyle
-
Packages that use KeywordStyle Package Description org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of KeywordStyle in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that return KeywordStyle Modifier and Type Method Description KeywordStyle
WKTFormat. getKeywordStyle()
Returns whether to use short or long WKT keywords.static KeywordStyle
KeywordStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeywordStyle[]
KeywordStyle. 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 KeywordStyle Modifier and Type Method Description void
WKTFormat. setKeywordStyle(KeywordStyle keywordStyle)
Sets whether to use short or long WKT keywords.
-