Uses of Enum
org.apache.sis.io.wkt.KeywordCase
Packages that use KeywordCase
-
Uses of KeywordCase in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as KeywordCaseModifier and TypeFieldDescriptionprivate KeywordCase
WKTFormat.keywordCase
Whether WKT keywords shall be formatted in upper case.Methods in org.apache.sis.io.wkt that return KeywordCaseModifier and TypeMethodDescriptionWKTFormat.getKeywordCase()
Returns whether WKT keywords should be written with upper cases or camel cases.static KeywordCase
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 KeywordCaseModifier and TypeMethodDescriptionvoid
WKTFormat.setKeywordCase
(KeywordCase keywordCase) Sets whether WKT keywords should be written with upper cases or camel cases.