Package org.n52.shetland.ogc.gml
Class IdentifiedObject
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.DefinitionBase
-
- org.n52.shetland.ogc.gml.Definition
-
- org.n52.shetland.ogc.gml.IdentifiedObject
-
- Direct Known Subclasses:
AbstractCoordinateSystem,AbstractCRS,AbstractDatum,CoordinateSystemAxis
public abstract class IdentifiedObject extends Definition
-
-
Constructor Summary
Constructors Constructor Description IdentifiedObject(CodeWithAuthority identifier)
-
Method Summary
-
Methods inherited from class org.n52.shetland.ogc.gml.Definition
getRemarks, hasRemarks, setRemarks
-
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
-
IdentifiedObject
public IdentifiedObject(CodeWithAuthority identifier)
-
-