org.deegree.cs.components
Interface IAxis

All Superinterfaces:
CRSResource, Object, TypedObjectNode
All Known Implementing Classes:
Axis, AxisRef

public interface IAxis
extends CRSResource

Interface describing Axis

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

Method Summary
 String getName()
           
 int getOrientation()
           
 String getOrientationAsString()
           
 IUnit getUnits()
           
 
Methods inherited from interface org.deegree.cs.CRSResource
addAreaOfUse, addName, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion
 
Methods inherited from interface org.deegree.commons.tom.Object
getId
 

Method Detail

getOrientation

int getOrientation()
Returns:
the orientation.

getUnits

IUnit getUnits()
Returns:
the units.

getOrientationAsString

String getOrientationAsString()
Returns:
an 'English' representation for the Axis Orientation, or Unknown if the given direction is not known.

getName

String getName()
Specified by:
getName in interface CRSResource
Returns:


Copyright © 2011. All Rights Reserved.