org.deegree.cs.refs.coordinatesystem
Class VerticalCRSRef
java.lang.Object
org.deegree.commons.tom.Reference<T>
org.deegree.cs.refs.CRSResourceRef<ICRS>
org.deegree.cs.refs.coordinatesystem.CRSRef
org.deegree.cs.refs.coordinatesystem.VerticalCRSRef
- All Implemented Interfaces:
- Serializable, Object, TypedObjectNode, ICRS, IVerticalCRS, CRSResource
public class VerticalCRSRef
- extends CRSRef
- implements IVerticalCRS
CRSRef
to a VerticalCRS
- Version:
- $Revision: $, $Date: $
- Author:
- Lyn Buesching, last edited by: $Author: lyn $
- See Also:
- Serialized Form
Methods inherited from class org.deegree.cs.refs.coordinatesystem.CRSRef |
convertToAxis, equalsWithFlippedAxis, getAlias, getAreaOfUse, getAreaOfUseBBox, getAxis, getDatum, getDimension, getDirectTransformation, getEasting, getGeodeticDatum, getName, getNorthing, getTransformations, getType, getUnits, getValidDomain, hasDirectTransformation, hashCode, isXYForced, toString |
Methods inherited from class org.deegree.cs.refs.CRSResourceRef |
addAreaOfUse, addName, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion |
Methods inherited from interface org.deegree.cs.coordinatesystems.ICRS |
convertToAxis, equalsWithFlippedAxis, getAlias, getAxis, getDatum, getDimension, getDirectTransformation, getEasting, getGeodeticDatum, getNorthing, getTransformations, getType, getUnits, getValidDomain, hasDirectTransformation |
Methods inherited from interface org.deegree.cs.CRSResource |
addAreaOfUse, addName, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getName, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion |
Methods inherited from interface org.deegree.commons.tom.Object |
getId |
VerticalCRSRef
public VerticalCRSRef(ReferenceResolver resolver,
String uri,
String baseURL)
- Creates a a reference to a
VerticalCRS
- Parameters:
resolver
- used for resolving the reference, must not be null
uri
- the object's uri, must not be null
baseURL
- base URL for resolving the uri, may be null
(no resolving of relative URLs)
getReferencedObject
public VerticalCRS getReferencedObject()
- Description copied from class:
Reference
- Returns the referenced
Object
instance (may trigger resolving and fetching it).
- Overrides:
getReferencedObject
in class CRSRef
- Returns:
- the referenced
Object
instance
getVerticalDatum
public IVerticalDatum getVerticalDatum()
- Specified by:
getVerticalDatum
in interface IVerticalCRS
- Returns:
- the vertical datum of this crs
getVerticalAxis
public IAxis getVerticalAxis()
- Specified by:
getVerticalAxis
in interface IVerticalCRS
- Returns:
- the axis of this vertical crs.
equals
public boolean equals(Object obj)
- Overrides:
equals
in class CRSRef
Copyright © 2011. All Rights Reserved.