Class MatchGeometry
java.lang.Object
com.vividsolutions.jump.qa.diff.MatchGeometry
-
Constructor Summary
ConstructorsConstructorDescriptionMatchGeometry(MatchFeature feature, org.locationtech.jts.geom.Geometry geom) -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.GeometrygetMatch()booleanvoidsetMatch(MatchGeometry matchGeom) static Collection<org.locationtech.jts.geom.Geometry> splitGeometry(org.locationtech.jts.geom.Geometry geom, boolean splitIntoComponents)
-
Constructor Details
-
MatchGeometry
-
-
Method Details
-
splitGeometry
public static Collection<org.locationtech.jts.geom.Geometry> splitGeometry(org.locationtech.jts.geom.Geometry geom, boolean splitIntoComponents) -
getFeature
-
getGeometry
public org.locationtech.jts.geom.Geometry getGeometry() -
getMatch
-
setMatch
-
isMatched
public boolean isMatched()
-