Class GeometryStrategies


  • public class GeometryStrategies
    extends java.lang.Object
    Container for GML2 Geometry parsing strategies which can be represented in JTS.
    Author:
    David Zwiers, Vivid Solutions.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.locationtech.jts.io.gml2.GeometryStrategies.ParseStrategy findStrategy​(java.lang.String uri, java.lang.String localName)
      The ParseStrategy which should be employed.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeometryStrategies

        public GeometryStrategies()
    • Method Detail

      • findStrategy

        public static org.locationtech.jts.io.gml2.GeometryStrategies.ParseStrategy findStrategy​(java.lang.String uri,
                                                                                                 java.lang.String localName)
        The ParseStrategy which should be employed.
        Parameters:
        uri - Not currently used, included for future work
        localName - Used to look up an appropriate parse strategy
        Returns:
        The ParseStrategy which should be employed