|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.model.csct.cs.AxisInfo
public class AxisInfo
Details of axis. This is used to label axes, and indicate the orientation.
| Field Summary | |
|---|---|
static AxisInfo |
ALTITUDE
The default axis for altitude values. |
static AxisInfo |
LATITUDE
Default axis info for latitudes. |
static AxisInfo |
LONGITUDE
Default axis info for longitudes. |
String |
name
Human readable name for axis. |
AxisOrientation |
orientation
Enumerated value for orientation. |
static AxisInfo |
TIME
A default axis for time values. |
static AxisInfo |
X
Default axis info for x values. |
static AxisInfo |
Y
Default axis info for y values. |
| Constructor Summary | |
|---|---|
AxisInfo(String name,
AxisOrientation orientation)
Construct an AxisInfo. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Compares the specified object with this axis for equality. |
String |
getName()
Returns the localized name of this axis. |
int |
hashCode()
Returns a hash value for this axis. |
String |
toString()
Returns the Well Know Text (WKT) for this axis. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AxisInfo X
public static final AxisInfo Y
public static final AxisInfo LONGITUDE
public static final AxisInfo LATITUDE
public static final AxisInfo ALTITUDE
public static final AxisInfo TIME
public final String name
X, Y,
Long, Lat or any other short string.
public final AxisOrientation orientation
| Constructor Detail |
|---|
public AxisInfo(String name,
AxisOrientation orientation)
name - The axis name. Possible values are X, Y,
Long, Lat or any other short string.orientation - The axis orientation.| Method Detail |
|---|
public String getName()
name.
locale - The locale, or null for the default locale.
public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectpublic String toString()
AXIS["name",NORTH].
toString in class Object
|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net