Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
Modifier and Type | Method and Description |
---|---|
KeywordStyle |
WKTFormat.getKeywordStyle()
Returns whether to use short or long WKT keywords.
|
static KeywordStyle |
KeywordStyle.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WKTFormat.setKeywordStyle(KeywordStyle keywordStyle)
Sets whether to use short or long WKT keywords.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.