Class DiffGeometryIndex


  • public class DiffGeometryIndex
    extends Object
    • Method Detail

      • 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)