Class DiffGeometryIndex

java.lang.Object
com.vividsolutions.jump.qa.diff.DiffGeometryIndex

public class DiffGeometryIndex extends Object
  • Constructor Details

  • Method Details

    • splitGeometry

      public static Collection<org.locationtech.jts.geom.Geometry> splitGeometry(org.locationtech.jts.geom.Geometry geom, boolean splitIntoComponents)
      Extract simple geometries from a Geometry or a GeometryCollection
      Parameters:
      geom - the geometry to process
      splitIntoComponents - true to decompose geometry into simple ones
      Returns:
      a list of geometries
    • hasMatch

      public boolean hasMatch(org.locationtech.jts.geom.Geometry testGeom)
    • getUnmatchedFeatures

      public Collection<Feature> getUnmatchedFeatures()