JTS Core 1.17.1
Packages
Classes
Search
About
Top
findStrategy(String, String): ParseStrategy
Bottom
Source
Classic
org.locationtech.jts.io.gml2
Class GeometryStrategies
Hierarchy:
Object
, GeometryStrategies
public class GeometryStrategies
Container for GML2 Geometry parsing strategies which can be represented in JTS.
Authors:
David Zwiers, Vivid Solutions.
public
static
ParseStrategy
findStrategy(
String
uri,
String
localName)
Parameters:
uri - uri Not currently used, included for future work
localName - localName Used to look up an appropriate parse strategy
See also:
ParseStrategy
Returns:
The ParseStrategy which should be employed