Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
Modifier and Type | Method and Description |
---|---|
KeywordCase |
WKTFormat.getKeywordCase()
Returns whether WKT keywords should be written with upper cases or camel cases.
|
static KeywordCase |
KeywordCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeywordCase[] |
KeywordCase.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.setKeywordCase(KeywordCase keywordCase)
Sets whether WKT keywords should be written with upper cases or camel cases.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.