Package org.n52.shetland.inspire.ef
Class EfAbstractMonitoringObject
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.AbstractFeature
-
- org.n52.shetland.inspire.ef.EfAbstractMonitoringObject
-
- All Implemented Interfaces:
HasDefaultEncoding<AbstractFeature>
- Direct Known Subclasses:
EfAbstractMonitoringFeature
public abstract class EfAbstractMonitoringObject extends AbstractFeature
Class represents an AbstractMonitoringObject- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description EfAbstractMonitoringObject()EfAbstractMonitoringObject(String identifier)constructorEfAbstractMonitoringObject(CodeWithAuthority identifier)constructorEfAbstractMonitoringObject(CodeWithAuthority identifier, String gmlId)constructor
-
Method Summary
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractFeature
accept, 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, getGmlId, getHumanReadableIdentifier, getHumanReadableIdentifierCodeWithAuthority, getIdentifier, getIdentifierCodeWithAuthority, getMetaDataProperty, getName, getOriginalIdentifier, getOriginalIdentifierCodeWithAuthority, hashCode, isReferenced, isSetDescription, isSetGmlID, isSetHumanReadableIdentifier, isSetIdentifier, isSetMetaDataProperty, isSetName, isSetOriginalIdentifier, setDescription, setGmlId, setHumanReadableIdentifier, setHumanReadableIdentifier, setHumanReadableIdentifierAsIdentifier, setIdentifier, setIdentifier, setMetaDataProperty, setName, setName
-
-
-
-
Constructor Detail
-
EfAbstractMonitoringObject
public EfAbstractMonitoringObject()
-
EfAbstractMonitoringObject
public EfAbstractMonitoringObject(String identifier)
constructor- Parameters:
identifier- Feature identifier
-
EfAbstractMonitoringObject
public EfAbstractMonitoringObject(CodeWithAuthority identifier)
constructor- Parameters:
identifier- Feature identifier
-
EfAbstractMonitoringObject
public EfAbstractMonitoringObject(CodeWithAuthority identifier, String gmlId)
constructor- Parameters:
identifier- Feature identifiergmlId- GML id
-
-