|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.cs.CS_AxisInfo
Details of axis. This is used to label axes, and indicate the orientation.
Field Summary | |
java.lang.String |
name
Human readable name for axis. |
CS_AxisOrientationEnum |
orientation
Gets enumerated value for orientation. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with CSS 1.00. |
Constructor Summary | |
CS_AxisInfo()
Construct an empty AxisInfo. |
|
CS_AxisInfo(java.lang.String name,
CS_AxisOrientationEnum orientation)
Construct an AxisInfo. |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of this AxisInfo. |
boolean |
equals(java.lang.Object object)
Compares the specified object with this parameter for equality. |
int |
hashCode()
Returns a hash value for this AxisInfo. |
java.lang.String |
toString()
Returns a string représentation of this parameter. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with CSS 1.00.
public java.lang.String name
public CS_AxisOrientationEnum orientation
Constructor Detail |
public CS_AxisInfo()
name
and orientation
.
public CS_AxisInfo(java.lang.String name, CS_AxisOrientationEnum orientation)
name
- The axis name.orientation
- The axis orientation.Method Detail |
public int hashCode()
public java.lang.Object clone()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |