Uses of Class
org.apache.sis.io.wkt.KeywordCase
-
Packages that use KeywordCase Package Description org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of KeywordCase in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that return KeywordCase Modifier and Type Method Description KeywordCase
WKTFormat. getKeywordCase()
Returns whether WKT keywords should be written with upper cases or camel cases.static KeywordCase
KeywordCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeywordCase[]
KeywordCase. 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 KeywordCase Modifier and Type Method Description void
WKTFormat. setKeywordCase(KeywordCase keywordCase)
Sets whether WKT keywords should be written with upper cases or camel cases.
-