org.deegree.cs.coordinatesystems
Interface IVerticalCRS

All Superinterfaces:
CRSResource, ICRS, Object, TypedObjectNode
All Known Implementing Classes:
VerticalCRS, VerticalCRSRef

public interface IVerticalCRS
extends ICRS

Interface describing a VerticalCRS

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Method Summary
 IAxis getVerticalAxis()
           
 IVerticalDatum getVerticalDatum()
           
 
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
 

Method Detail

getVerticalDatum

IVerticalDatum getVerticalDatum()
Returns:
the vertical datum of this crs

getVerticalAxis

IAxis getVerticalAxis()
Returns:
the axis of this vertical crs.


Copyright © 2011. All Rights Reserved.