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.wktMethods in org.geotools.referencing.wkt that return Element Modifier and Type Method Description protected ElementAbstractParser. getTree(String text, ParsePosition position)Returns a tree ofElementfor the specified text.ElementElement. pullElement(String key)Removes the nextElementfrom the list and returns it.ElementElement. pullOptionalElement(String key)Removes the nextElementfrom the list and returns it.ElementElement. pullOptionalVoidElement()Removes and returns the nextElementwith no bracket, if available, or null otherwise.ElementElement. pullVoidElement(String key)Removes and returns the nextElementwith no bracket.Methods in org.geotools.referencing.wkt with parameters of type Element Modifier and Type Method Description protected abstract ObjectAbstractParser. parse(Element element)Parses the next element in the specified Well Know Text (WKT) tree.protected ObjectMathTransformParser. parse(Element element)Parses the next element in the specified Well Know Text (WKT) tree.protected ObjectParser. parse(Element element)Parses the next element in the specified Well Know Text (WKT) tree.
 
-