Package org.locationtech.jts.io.gml2
Class GeometryStrategies
java.lang.Object
org.locationtech.jts.io.gml2.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.locationtech.jts.io.gml2.GeometryStrategies.ParseStrategy
findStrategy
(String uri, String localName) The ParseStrategy which should be employed.
-
Constructor Details
-
GeometryStrategies
public GeometryStrategies()
-
-
Method Details
-
findStrategy
public static org.locationtech.jts.io.gml2.GeometryStrategies.ParseStrategy findStrategy(String uri, String localName) The ParseStrategy which should be employed.- Parameters:
uri
- Not currently used, included for future worklocalName
- Used to look up an appropriate parse strategy- Returns:
- The ParseStrategy which should be employed
-