Uses of Class
org.geotools.referencing.wkt.Element
Packages that use Element
-
Uses of Element in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt that return ElementModifier and TypeMethodDescriptionprotected final ElementAbstractParser.getTree(String text, ParsePosition position) Returns a tree ofElementfor the specified text.Element.pullElement(String key) Removes the nextElementfrom the list and returns it.Element.pullOptionalElement(String key) Removes the nextElementfrom the list and returns it.Element.pullOptionalVoidElement()Removes and returns the nextElementwith no bracket, if available, or null otherwise.Element.pullVoidElement(String key) Removes and returns the nextElementwith no bracket.Methods in org.geotools.referencing.wkt with parameters of type ElementModifier and TypeMethodDescriptionprotected abstract ObjectParses the next element in the specified Well Know Text (WKT) tree.protected ObjectParses the next element in the specified Well Know Text (WKT) tree.protected ObjectParses the next element in the specified Well Know Text (WKT) tree.