org.deegree_impl.model.cv
Class GridAxis_Impl

java.lang.Object
  extended byorg.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

Field Summary
private  java.lang.String description
           
private  java.lang.String name
           
private  int orientation
           
 
Fields inherited from interface org.deegree.model.coverage.GridAxis
BACK, DOWN, FRONT, LEFT, RIGHT, UP
 
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
 

Field Detail

description

private java.lang.String description

name

private java.lang.String name

orientation

private int orientation
Constructor Detail

GridAxis_Impl

public GridAxis_Impl(java.lang.String name,
                     java.lang.String description,
                     int orientation)
              throws InvalidAxisDefinitionException
Method Detail

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