com.ur.urcap.api.domain.feature
public interface FeatureModel
Provides methods that returns features from the current robot installation.
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
getGeomFeatures() |
<T extends Feature> |
getGeomFeatures(Class<T> clazz) |
Collection<Feature> |
getGeomFeatures(Filter<Feature> filter) |
Collection<Feature> getGeomFeatures()
<T extends Feature> Collection<T> getGeomFeatures(Class<T> clazz)
clazz
- the sort of geometric feature of interest, e.g. FeaturePoint.class
,
FeatureLine.class
, FeaturePlane.class
Collection<Feature> getGeomFeatures(Filter<Feature> filter)
filter
- a filter implementationCopyright © 2016. All rights reserved.