Package org.locationtech.jts.io.gml2
Interface GeometryStrategies.ParseStrategy
-
- Enclosing class:
- GeometryStrategies
static interface GeometryStrategies.ParseStrategy
This set of strategies is not expected to be used directly outside of this distribution. The implementation of this class are intended to be used as static function points in C. These strategies should be associated with an element when the element begins. The strategy is utilized at the end of the element to create an object of value to the user. In this case all the objects are either java.lang.* or JTS Geometry objects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
parse(GMLHandler.Handler arg, GeometryFactory gf)
-
-
-
Method Detail
-
parse
java.lang.Object parse(GMLHandler.Handler arg, GeometryFactory gf) throws org.xml.sax.SAXException
- Parameters:
arg
- Value to interpretgf
- GeometryFactory- Returns:
- The interpreted value
- Throws:
org.xml.sax.SAXException
-
-