public abstract class LoDSpatialRelationDetection extends Object
Constructor and Description |
---|
LoDSpatialRelationDetection(IFeatureCollection<IGeneObj> features1,
IFeatureCollection<IGeneObj> features2,
int lodDiffThreshold) |
Modifier and Type | Method and Description |
---|---|
abstract Set<LoDSpatialRelation> |
findInstances()
Find the
LoDSpatialRelation instances considering the features of
features1 and the features of features2, considering the lodDiffThreshold. |
IFeatureCollection<IGeneObj> |
getFeatures1() |
IFeatureCollection<IGeneObj> |
getFeatures2() |
int |
getLodDiffThreshold() |
abstract String |
getName() |
void |
setFeatures1(IFeatureCollection<IGeneObj> features1) |
void |
setFeatures2(IFeatureCollection<IGeneObj> features2) |
void |
setLodDiffThreshold(int lodDiffThreshold) |
public LoDSpatialRelationDetection(IFeatureCollection<IGeneObj> features1, IFeatureCollection<IGeneObj> features2, int lodDiffThreshold)
public void setFeatures2(IFeatureCollection<IGeneObj> features2)
public IFeatureCollection<IGeneObj> getFeatures2()
public void setFeatures1(IFeatureCollection<IGeneObj> features1)
public IFeatureCollection<IGeneObj> getFeatures1()
public abstract Set<LoDSpatialRelation> findInstances()
LoDSpatialRelation
instances considering the features of
features1 and the features of features2, considering the lodDiffThreshold.public abstract String getName()
public void setLodDiffThreshold(int lodDiffThreshold)
public int getLodDiffThreshold()
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.