org.deegree_impl.model.cv
Class GridAxis_Impl
java.lang.Object
org.deegree_impl.model.cv.GridAxis_Impl
- All Implemented Interfaces:
- GridAxis
- public class GridAxis_Impl
- extends java.lang.Object
- implements GridAxis
describts the axis of a grid
-----------------------------------------------------------------------
- Version:
- $Revision: 1.1 $ $Date: 2003/01/27 11:31:14 $
- Author:
- Andreas Poth
Constructor Summary |
GridAxis_Impl(java.lang.String name,
java.lang.String description,
int orientation)
|
Method Summary |
java.lang.String |
getDescription()
returns a short description of the axis |
java.lang.String |
getName()
returns the name of the axis |
int |
getOrientation()
returns the axis orientation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
private java.lang.String description
name
private java.lang.String name
orientation
private int orientation
GridAxis_Impl
public GridAxis_Impl(java.lang.String name,
java.lang.String description,
int orientation)
throws InvalidAxisDefinitionException
getDescription
public java.lang.String getDescription()
- returns a short description of the axis
- Specified by:
getDescription
in interface GridAxis
getName
public java.lang.String getName()
- returns the name of the axis
- Specified by:
getName
in interface GridAxis
getOrientation
public int getOrientation()
- returns the axis orientation
- Specified by:
getOrientation
in interface GridAxis