Package org.n52.shetland.ogc.gml
Class VerticalCS
-
public class VerticalCS extends AbstractCoordinateSystem
Internal representation of the OGC GML VerticalCS.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description VerticalCS(CodeWithAuthority identifier, List<Referenceable<CoordinateSystemAxis>> coordinateSystemAxis)VerticalCS(CodeWithAuthority identifier, Referenceable<CoordinateSystemAxis> coordinateSystemAxis)
-
Method Summary
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractCoordinateSystem
addCoordinateSystemAxis, addCoordinateSystemAxis, getAggregation, getCoordinateSystemAxis, isSetAggregation, setAggregation, setCoordinateSystemAxis
-
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
-
VerticalCS
public VerticalCS(CodeWithAuthority identifier, Referenceable<CoordinateSystemAxis> coordinateSystemAxis)
-
VerticalCS
public VerticalCS(CodeWithAuthority identifier, List<Referenceable<CoordinateSystemAxis>> coordinateSystemAxis)
-
-