Package | Description |
---|---|
org.geotools.referencing.wkt |
Well
Known Text (WKT) parsing and formatting.
|
Modifier and Type | Method and Description |
---|---|
protected Element |
AbstractParser.getTree(String text,
ParsePosition position)
Returns a tree of
Element for the specified text. |
Element |
Element.pullElement(String key)
Removes the next
Element from the list and returns it. |
Element |
Element.pullOptionalElement(String key)
Removes the next
Element from the list and returns it. |
Element |
Element.pullOptionalVoidElement()
Removes and returns the next
Element with no bracket, if available, or null
otherwise. |
Element |
Element.pullVoidElement(String key)
Removes and returns the next
Element with no bracket. |
Modifier and Type | Method and Description |
---|---|
protected Object |
MathTransformParser.parse(Element element)
Parses the next element in the specified Well Know Text (WKT) tree.
|
protected abstract Object |
AbstractParser.parse(Element element)
Parses the next element in the specified Well Know Text (WKT) tree.
|
protected Object |
Parser.parse(Element element)
Parses the next element in the specified Well Know Text (WKT) tree.
|
Copyright © 1996–2019 Geotools. All rights reserved.