Uses of Enum
org.apache.sis.io.wkt.KeywordStyle
Packages that use KeywordStyle
-
Uses of KeywordStyle in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as KeywordStyleModifier and TypeFieldDescriptionprivate KeywordStyle
WKTFormat.keywordStyle
Whether to use short or long WKT keywords.Methods in org.apache.sis.io.wkt that return KeywordStyleModifier and TypeMethodDescriptionWKTFormat.getKeywordStyle()
Returns whether to use short or long WKT keywords.static KeywordStyle
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 KeywordStyleModifier and TypeMethodDescriptionvoid
WKTFormat.setKeywordStyle
(KeywordStyle keywordStyle) Sets whether to use short or long WKT keywords.