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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interfaceThis set of strategies is not expected to be used directly outside of this distribution. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindStrategy(String uri, String localName) (package private) static intgetSrid(Attributes attrs, int defaultValue) private static HashMap
-
Field Details
-
strategies
-
-
Constructor Details
-
GeometryStrategies
public GeometryStrategies()
-
-
Method Details
-
loadStrategies
-
getSrid
-
findStrategy
- 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:
-