Uses of Enum Class
org.apache.sis.io.wkt.KeywordCase
Packages that use KeywordCase
-
Uses of KeywordCase in org.apache.sis.io.wkt
Subclasses with type arguments of type KeywordCase in org.apache.sis.io.wktModifier and TypeClassDescriptionenum
Whether WKT keywords shall be written with lower, upper or camel case styles.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 class with the specified name.static KeywordCase[]
KeywordCase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.io.wkt with parameters of type KeywordCaseModifier and TypeMethodDescriptionvoid
WKTFormat.setKeywordCase
(KeywordCase style) Sets whether WKT keywords should be written with upper cases or camel cases.