Package org.gvsig.fmap.geom.jts.gml
Class GeometryStrategies
java.lang.Object
org.gvsig.fmap.geom.jts.gml.GeometryStrategies
Container for GML2 Geometry parsing strategies which can be represented in JTS.
- Author:
- David Zwiers, Vivid Solutions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.gvsig.fmap.geom.jts.gml.GeometryStrategies.ParseStrategyfindStrategy(String uri, String localName)
-
Constructor Details
-
GeometryStrategies
public GeometryStrategies()
-
-
Method Details
-
findStrategy
public static org.gvsig.fmap.geom.jts.gml.GeometryStrategies.ParseStrategy findStrategy(String uri, String localName) - Parameters:
uri- Not currently used, included for future worklocalName- Used to look up an appropriate parse strategy- Returns:
- The ParseStrategy which should be employed
- See Also:
-