Uses of Class
org.n52.shetland.ogc.sensorML.v20.SmlFeatureOfInterest
-
Packages that use SmlFeatureOfInterest Package Description org.n52.shetland.ogc.sensorML.v20 org.n52.shetland.ogc.swe -
-
Uses of SmlFeatureOfInterest in org.n52.shetland.ogc.sensorML.v20
Methods in org.n52.shetland.ogc.sensorML.v20 that return SmlFeatureOfInterest Modifier and Type Method Description SmlFeatureOfInterestSmlFeatureOfInterest. addFeatureOfInterest(String featureIdentifier)SmlFeatureOfInterestSmlFeatureOfInterest. addFeatureOfInterest(AbstractFeature feature)SmlFeatureOfInterestSmlFeatureOfInterest. addFeaturesOfInterest(Collection<String> features)SmlFeatureOfInterestSmlFeatureOfInterest. addFeaturesOfInterest(Map<String,AbstractFeature> featuresOfInterestMap)SmlFeatureOfInterestSmlFeatureOfInterest. copy()SmlFeatureOfInterestAbstractProcessV20. getSmlFeatureOfInterest()Methods in org.n52.shetland.ogc.sensorML.v20 with parameters of type SmlFeatureOfInterest Modifier and Type Method Description AbstractProcessV20AbstractProcessV20. setSmlFeatureOfInterest(SmlFeatureOfInterest featureOfInterest) -
Uses of SmlFeatureOfInterest in org.n52.shetland.ogc.swe
Methods in org.n52.shetland.ogc.swe with parameters of type SmlFeatureOfInterest Modifier and Type Method Description protected TAbstractOptionalSweDataComponentVisitor. _visit(SmlFeatureOfInterest component)protected voidAbstractThrowingVoidSweDataComponentVisitor. _visit(SmlFeatureOfInterest component)protected voidAbstractVoidSweDataComponentVisitor. _visit(SmlFeatureOfInterest component)protected abstract voidVoidSweDataComponentVisitor. _visit(SmlFeatureOfInterest component)Optional<T>AbstractOptionalSweDataComponentVisitor. visit(SmlFeatureOfInterest component)TAbstractThrowingSweDataComponentVisitor. visit(SmlFeatureOfInterest component)TSweDataComponentVisitor. visit(SmlFeatureOfInterest component)VoidVoidSweDataComponentVisitor. visit(SmlFeatureOfInterest component)
-