Interface FeatureOfInterestVisitor<T>
-
public interface FeatureOfInterestVisitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tvisit(SamplingFeature value)Tvisit(SfSpecimen value)Tvisit(TsmlMonitoringFeature value)Tvisit(WmlMonitoringPoint value)
-
-
-
Method Detail
-
visit
T visit(SamplingFeature value) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
visit
T visit(SfSpecimen value) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
visit
T visit(WmlMonitoringPoint value) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
visit
T visit(TsmlMonitoringFeature value) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
-