Uses of Enum Class
org.apache.sis.io.wkt.KeywordCase
Packages that use KeywordCase
-
Uses of KeywordCase in org.apache.sis.io.wkt
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 keywordCase) Sets whether WKT keywords should be written with upper cases or camel cases.