|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.cs.AxisInfo
DefaultCoordinateSystemAxis
.
Details of axis. This is used to label axes, and indicate the orientation.
CS_AxisInfo
,
Serialized FormField Summary | |
static AxisInfo |
ALTITUDE
Deprecated. Replaced by DefaultCoordinateSystemAxis.ALTITUDE . |
static AxisInfo |
LATITUDE
Deprecated. Replaced by DefaultCoordinateSystemAxis.LATITUDE . |
static AxisInfo |
LONGITUDE
Deprecated. Replaced by DefaultCoordinateSystemAxis.LONGITUDE . |
org.opengis.metadata.Identifier |
name
Deprecated. Replaced by AbstractIdentifiedObject.getName() . |
AxisOrientation |
orientation
Deprecated. Replaced by DefaultCoordinateSystemAxis.getDirection(java.lang.String) . |
static AxisInfo |
TIME
Deprecated. Replaced by DefaultCoordinateSystemAxis.TIME . |
static AxisInfo |
X
Deprecated. Replaced by DefaultCoordinateSystemAxis.X . |
static AxisInfo |
Y
Deprecated. Replaced by DefaultCoordinateSystemAxis.Y . |
Fields inherited from interface org.opengis.referencing.IdentifiedObject |
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Constructor Summary | |
AxisInfo(java.lang.String name,
AxisOrientation orientation)
Deprecated. Construct an AxisInfo. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Deprecated. Compares the specified object with this axis for equality. |
java.lang.String |
getAbbreviation()
Deprecated. For compatibility with GeoAPI interfaces. |
java.util.Collection |
getAlias()
Deprecated. For compatibility with GeoAPI interfaces. |
org.opengis.referencing.cs.AxisDirection |
getDirection()
Deprecated. For compatibility with GeoAPI interfaces. |
java.util.Set |
getIdentifiers()
Deprecated. For compatibility with GeoAPI interfaces. |
org.opengis.metadata.Identifier |
getName()
Deprecated. Returns the localized name of this axis. |
org.opengis.util.InternationalString |
getRemarks()
Deprecated. For compatibility with GeoAPI interfaces. |
javax.units.Unit |
getUnit()
Deprecated. For compatibility with GeoAPI interfaces. |
int |
hashCode()
Deprecated. Returns a hash value for this axis. |
java.lang.String |
toString()
Deprecated. Returns the Well Known Text (WKT) for this axis. |
java.lang.String |
toWKT()
Deprecated. For compatibility with GeoAPI interfaces. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AxisInfo X
DefaultCoordinateSystemAxis.X
.
public static final AxisInfo Y
DefaultCoordinateSystemAxis.Y
.
public static final AxisInfo LONGITUDE
DefaultCoordinateSystemAxis.LONGITUDE
.
public static final AxisInfo LATITUDE
DefaultCoordinateSystemAxis.LATITUDE
.
public static final AxisInfo ALTITUDE
DefaultCoordinateSystemAxis.ALTITUDE
.
public static final AxisInfo TIME
DefaultCoordinateSystemAxis.TIME
.
public final org.opengis.metadata.Identifier name
AbstractIdentifiedObject.getName()
.
X
, Y
,
Long
, Lat
or any other
short string.
CS_AxisInfo.name
public final AxisOrientation orientation
DefaultCoordinateSystemAxis.getDirection(java.lang.String)
.
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 org.opengis.metadata.Identifier getName()
name
.
getName
in interface org.opengis.referencing.IdentifiedObject
public java.util.Collection getAlias()
getAlias
in interface org.opengis.referencing.IdentifiedObject
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
AXIS["name",NORTH]
.
public java.lang.String getAbbreviation()
getAbbreviation
in interface org.opengis.referencing.cs.CoordinateSystemAxis
public org.opengis.referencing.cs.AxisDirection getDirection()
getDirection
in interface org.opengis.referencing.cs.CoordinateSystemAxis
public java.util.Set getIdentifiers()
getIdentifiers
in interface org.opengis.referencing.IdentifiedObject
public org.opengis.util.InternationalString getRemarks()
getRemarks
in interface org.opengis.referencing.IdentifiedObject
public javax.units.Unit getUnit()
getUnit
in interface org.opengis.referencing.cs.CoordinateSystemAxis
public java.lang.String toWKT()
toWKT
in interface org.opengis.referencing.IdentifiedObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |