|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.cs.AxisInfo
Details of axis. This is used to label axes, and indicate the orientation.
CS_AxisInfo,
Serialized Form| Nested Class Summary | |
private static class |
AxisInfo.Localized
Localized AxisInfo. |
| 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. |
java.lang.String |
name
Human readable name for axis. |
AxisOrientation |
orientation
Enumerated value for orientation. |
private static long |
serialVersionUID
Serial number for interoperability with different versions. |
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(java.lang.String name,
AxisOrientation orientation)
Construct an AxisInfo. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the specified object with this axis for equality. |
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this axis. |
int |
hashCode()
Returns a hash value for this axis. |
java.lang.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 |
private static final long serialVersionUID
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 java.lang.String name
X, Y,
Long, Lat or any other
short string.
CS_AxisInfo.namepublic final AxisOrientation orientation
CS_AxisInfo.orientation| Constructor Detail |
public AxisInfo(java.lang.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 java.lang.String getName(java.util.Locale locale)
name.
locale - The locale, or null for the default locale.
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
AXIS["name",NORTH].
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||