Class WmlMonitoringPoint
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.AbstractFeature
-
- org.n52.shetland.ogc.om.features.samplingFeatures.AbstractSamplingFeature
-
- org.n52.shetland.ogc.om.series.AbstractMonitoringFeature
-
- org.n52.shetland.ogc.om.series.wml.WmlMonitoringPoint
-
- All Implemented Interfaces:
FeatureWith.FeatureWithEncode,FeatureWith.FeatureWithFeatureType,FeatureWith.FeatureWithGeometry,FeatureWith.FeatureWithUrl,HasDefaultEncoding<AbstractFeature>
public class WmlMonitoringPoint extends AbstractMonitoringFeature
-
-
Constructor Summary
Constructors Constructor Description WmlMonitoringPoint(CodeWithAuthority featureIdentifier)WmlMonitoringPoint(CodeWithAuthority featureIdentifier, String gmlId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <X> Xaccept(FeatureOfInterestVisitor<X> visitor)StringtoString()-
Methods inherited from class org.n52.shetland.ogc.om.series.AbstractMonitoringFeature
addDescriptionReference, addDescriptionReference, addMonitoringType, addMonitoringType, addRelatedParty, addRelatedParty, addVerticalDatum, addVerticalDatum, getDescriptionReference, getMonitoringType, getRelatedParty, getVerticalDatum, hasDescriptionReference, hasMonitoringType, hasRelatedParty, hasVerticalDatum, setDescriptionReference, setMonitoringType, setRelatedParty, setVerticalDatum
-
Methods inherited from class org.n52.shetland.ogc.om.features.samplingFeatures.AbstractSamplingFeature
addAllRelatedSamplingFeatures, addParameter, addRelatedSamplingFeature, getFeatureType, getGeometry, getGmlId, getParameters, getRelatedSamplingFeatures, getSampledFeatures, getUrl, isEncode, isSetGmlID, isSetParameter, isSetRelatedSamplingFeatures, isSetSampledFeatures, setEncode, setFeatureType, setGeometry, setParameters, setRelatedSamplingFeatures, setSampledFeatures, setUrl
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractFeature
copyTo, getDefaultElementEncoding, getXml, isEncoded, isSetDefaultElementEncoding, isSetXml, setDefaultElementEncoding, setXml, wasEncoded
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractGML
addMetaDataProperty, addMetaDataProperty, addName, addName, addName, copyTo, equals, getDescription, getFirstName, getHumanReadableIdentifier, getHumanReadableIdentifierCodeWithAuthority, getIdentifier, getIdentifierCodeWithAuthority, getMetaDataProperty, getName, getOriginalIdentifier, getOriginalIdentifierCodeWithAuthority, hashCode, isReferenced, isSetDescription, isSetHumanReadableIdentifier, isSetIdentifier, isSetMetaDataProperty, isSetName, isSetOriginalIdentifier, setDescription, setGmlId, setHumanReadableIdentifier, setHumanReadableIdentifier, setHumanReadableIdentifierAsIdentifier, setIdentifier, setIdentifier, setMetaDataProperty, setName, setName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.gml.FeatureWith.FeatureWithFeatureType
isSetFeatureType
-
Methods inherited from interface org.n52.shetland.ogc.gml.FeatureWith.FeatureWithGeometry
isSetGeometry
-
Methods inherited from interface org.n52.shetland.ogc.gml.FeatureWith.FeatureWithUrl
isSetUrl
-
-
-
-
Constructor Detail
-
WmlMonitoringPoint
public WmlMonitoringPoint(CodeWithAuthority featureIdentifier)
-
WmlMonitoringPoint
public WmlMonitoringPoint(CodeWithAuthority featureIdentifier, String gmlId)
-
-
Method Detail
-
accept
public <X> X accept(FeatureOfInterestVisitor<X> visitor) throws OwsExceptionReport
- Overrides:
acceptin classAbstractFeature- Throws:
OwsExceptionReport
-
toString
public String toString()
- Overrides:
toStringin classAbstractSamplingFeature
-
-