public class MatchCollection
extends java.lang.Object
Constructor and Description |
---|
MatchCollection(FeatureCollection fc,
boolean splitIntoComponents) |
Modifier and Type | Method and Description |
---|---|
void |
computeFeatureMatches()
Updates the match flag for features based on the matches
|
java.util.Iterator |
geometryIterator() |
int |
geometrySize() |
FeatureCollection |
getUnmatchedFeatures() |
java.util.Iterator |
iterator()
An iterator over all MatchFeatures in the collection.
|
void |
propagateUnmatchedFeatures()
Ensures that if a feature is unmatched,
any features matched to its geometries are also unmatched
|
int |
size() |
public MatchCollection(FeatureCollection fc, boolean splitIntoComponents)
public java.util.Iterator geometryIterator()
public java.util.Iterator iterator()
public int size()
public int geometrySize()
public void computeFeatureMatches()
public void propagateUnmatchedFeatures()
public FeatureCollection getUnmatchedFeatures()