Package org.n52.shetland.ogc.gml
Class VerticalCRS
-
public class VerticalCRS extends AbstractCRS
Internal representation of the OGC GML VerticlaCRS.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description VerticalCRS(CodeWithAuthority identifier, String scope, Referenceable<VerticalCS> verticalCS, Referenceable<VerticalDatum> verticalDatum)VerticalCRS(CodeWithAuthority identifier, List<String> scope, Referenceable<VerticalCS> verticalCS, Referenceable<VerticalDatum> verticalDatum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Referenceable<VerticalCS>getVerticalCS()Referenceable<VerticalDatum>getVerticalDatum()voidsetVerticalCS(Referenceable<VerticalCS> verticalCS)voidsetVerticalDatum(Referenceable<VerticalDatum> verticalDatum)-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractCRS
addDomainOfValidity, addDomainOfValidity, addScope, addScope, getDomainOfValidity, getScope, hasDomainOfValidity, hasScope, setDomainOfValidity, setScope
-
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
-
VerticalCRS
public VerticalCRS(CodeWithAuthority identifier, String scope, Referenceable<VerticalCS> verticalCS, Referenceable<VerticalDatum> verticalDatum)
-
VerticalCRS
public VerticalCRS(CodeWithAuthority identifier, List<String> scope, Referenceable<VerticalCS> verticalCS, Referenceable<VerticalDatum> verticalDatum)
-
-
Method Detail
-
getVerticalCS
public Referenceable<VerticalCS> getVerticalCS()
- Returns:
- the verticalCS
-
setVerticalCS
public void setVerticalCS(Referenceable<VerticalCS> verticalCS)
- Parameters:
verticalCS- the verticalCS to set
-
getVerticalDatum
public Referenceable<VerticalDatum> getVerticalDatum()
- Returns:
- the verticalDatum
-
setVerticalDatum
public void setVerticalDatum(Referenceable<VerticalDatum> verticalDatum)
- Parameters:
verticalDatum- the verticalDatum to set
-
-