Package com.vividsolutions.jump.qa.diff
Class MatchGeometry
- java.lang.Object
-
- com.vividsolutions.jump.qa.diff.MatchGeometry
-
public class MatchGeometry extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchGeometry(MatchFeature feature, org.locationtech.jts.geom.Geometry geom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchFeature
getFeature()
org.locationtech.jts.geom.Geometry
getGeometry()
MatchGeometry
getMatch()
boolean
isMatched()
void
setMatch(MatchGeometry matchGeom)
static Collection<org.locationtech.jts.geom.Geometry>
splitGeometry(org.locationtech.jts.geom.Geometry geom, boolean splitIntoComponents)
-
-
-
Constructor Detail
-
MatchGeometry
public MatchGeometry(MatchFeature feature, org.locationtech.jts.geom.Geometry geom)
-
-
Method Detail
-
splitGeometry
public static Collection<org.locationtech.jts.geom.Geometry> splitGeometry(org.locationtech.jts.geom.Geometry geom, boolean splitIntoComponents)
-
getFeature
public MatchFeature getFeature()
-
getGeometry
public org.locationtech.jts.geom.Geometry getGeometry()
-
getMatch
public MatchGeometry getMatch()
-
setMatch
public void setMatch(MatchGeometry matchGeom)
-
isMatched
public boolean isMatched()
-
-