Uses of Class
org.geotools.referencing.wkt.Element
-
Packages that use Element Package Description org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of Element in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt that return Element Modifier and Type Method Description protected Element
AbstractParser. getTree(String text, ParsePosition position)
Returns a tree ofElement
for the specified text.Element
Element. pullElement(String key)
Removes the nextElement
from the list and returns it.Element
Element. pullOptionalElement(String key)
Removes the nextElement
from the list and returns it.Element
Element. pullOptionalVoidElement()
Removes and returns the nextElement
with no bracket, if available, or null otherwise.Element
Element. pullVoidElement(String key)
Removes and returns the nextElement
with no bracket.Methods in org.geotools.referencing.wkt with parameters of type Element Modifier and Type Method Description protected abstract Object
AbstractParser. parse(Element element)
Parses the next element in the specified Well Know Text (WKT) tree.protected Object
MathTransformParser. 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.
-