Uses of Enum
org.apache.sis.io.wkt.KeywordStyle
Packages that use KeywordStyle
-
Uses of KeywordStyle in org.apache.sis.io.wkt
Subclasses with type arguments of type KeywordStyle in org.apache.sis.io.wktFields in org.apache.sis.io.wkt declared as KeywordStyleModifier and TypeFieldDescriptionprivate KeywordStyleWKTFormat.keywordStyleWhether 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 KeywordStyleReturns 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 TypeMethodDescriptionvoidWKTFormat.setKeywordStyle(KeywordStyle keywordStyle) Sets whether to use short or long WKT keywords.