public class DiffGeometryIndex
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
DiffGeometryIndex.FeatureGeometry |
Constructor and Description |
---|
DiffGeometryIndex(FeatureCollection fc,
DiffGeometryMatcher diffMatcher,
boolean splitIntoComponents) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getUnmatchedFeatures() |
boolean |
hasMatch(com.vividsolutions.jts.geom.Geometry testGeom) |
static java.util.Collection |
splitGeometry(com.vividsolutions.jts.geom.Geometry geom,
boolean splitIntoComponents) |
public DiffGeometryIndex(FeatureCollection fc, DiffGeometryMatcher diffMatcher, boolean splitIntoComponents)
public static java.util.Collection splitGeometry(com.vividsolutions.jts.geom.Geometry geom, boolean splitIntoComponents)
public boolean hasMatch(com.vividsolutions.jts.geom.Geometry testGeom)
public java.util.Collection getUnmatchedFeatures()