Uses of Interface
org.n52.shetland.ogc.om.features.samplingFeatures.FeatureOfInterestVisitor
-
Packages that use FeatureOfInterestVisitor Package Description org.n52.shetland.ogc.gml org.n52.shetland.ogc.om.features.samplingFeatures org.n52.shetland.ogc.om.series.tsml org.n52.shetland.ogc.om.series.wml -
-
Uses of FeatureOfInterestVisitor in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml with parameters of type FeatureOfInterestVisitor Modifier and Type Method Description <X> XAbstractFeature. accept(FeatureOfInterestVisitor<X> visitor) -
Uses of FeatureOfInterestVisitor in org.n52.shetland.ogc.om.features.samplingFeatures
Methods in org.n52.shetland.ogc.om.features.samplingFeatures with parameters of type FeatureOfInterestVisitor Modifier and Type Method Description <X> XSamplingFeature. accept(FeatureOfInterestVisitor<X> visitor)<X> XSfSpecimen. accept(FeatureOfInterestVisitor<X> visitor) -
Uses of FeatureOfInterestVisitor in org.n52.shetland.ogc.om.series.tsml
Methods in org.n52.shetland.ogc.om.series.tsml with parameters of type FeatureOfInterestVisitor Modifier and Type Method Description <X> XTsmlMonitoringFeature. accept(FeatureOfInterestVisitor<X> visitor) -
Uses of FeatureOfInterestVisitor in org.n52.shetland.ogc.om.series.wml
Methods in org.n52.shetland.ogc.om.series.wml with parameters of type FeatureOfInterestVisitor Modifier and Type Method Description <X> XWmlMonitoringPoint. accept(FeatureOfInterestVisitor<X> visitor)
-