public class MatchGeometry
extends java.lang.Object
| Constructor and Description | 
|---|
MatchGeometry(MatchFeature feature,
             com.vividsolutions.jts.geom.Geometry geom)  | 
| Modifier and Type | Method and Description | 
|---|---|
MatchFeature | 
getFeature()  | 
com.vividsolutions.jts.geom.Geometry | 
getGeometry()  | 
MatchGeometry | 
getMatch()  | 
boolean | 
isMatched()  | 
void | 
setMatch(MatchGeometry matchGeom)  | 
static java.util.Collection | 
splitGeometry(com.vividsolutions.jts.geom.Geometry geom,
             boolean splitIntoComponents)  | 
public MatchGeometry(MatchFeature feature, com.vividsolutions.jts.geom.Geometry geom)
public static java.util.Collection splitGeometry(com.vividsolutions.jts.geom.Geometry geom,
                                 boolean splitIntoComponents)
public MatchFeature getFeature()
public com.vividsolutions.jts.geom.Geometry getGeometry()
public MatchGeometry getMatch()
public void setMatch(MatchGeometry matchGeom)
public boolean isMatched()