|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.cs.Info
org.geotools.cs.CoordinateSystem
org.geotools.cs.VerticalCoordinateSystem
DefaultVerticalCRS.
A one-dimensional coordinate system suitable for vertical measurements.
CS_VerticalCoordinateSystem,
Serialized Form| Field Summary | |
static VerticalCoordinateSystem |
ELLIPSOIDAL
Deprecated. Default vertical coordinate system using ellipsoidal datum. |
| Fields inherited from interface org.opengis.referencing.ReferenceSystem |
SCOPE_KEY, VALID_AREA_KEY |
| Fields inherited from interface org.opengis.referencing.IdentifiedObject |
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| Constructor Summary | |
VerticalCoordinateSystem(java.lang.CharSequence name,
VerticalDatum datum)
Deprecated. Creates a vertical coordinate system from a datum. |
|
VerticalCoordinateSystem(java.lang.CharSequence name,
VerticalDatum datum,
Unit unit,
AxisInfo axis)
Deprecated. Creates a vertical coordinate system from a datum and linear units. |
|
| Method Summary | |
boolean |
equals(Info object,
boolean compareNames)
Deprecated. Compare this coordinate system with the specified object for equality. |
AxisInfo |
getAxis(int dimension)
Deprecated. Gets axis details for vertical dimension within coordinate system. |
int |
getDimension()
Deprecated. Returns the dimension of this coordinate system, which is 1. |
Unit |
getUnits(int dimension)
Deprecated. Replaced by DefaultCoordinateSystemAxis.getUnit(). |
VerticalDatum |
getVerticalDatum()
Deprecated. Replaced by AbstractSingleCRS.getDatum(). |
int |
hashCode()
Deprecated. Returns a hash value for this coordinate system. |
| Methods inherited from class org.geotools.cs.CoordinateSystem |
fromGeoAPI, getCoordinateSystem, getDatum, getDefaultEnvelope, getScope, getValidArea |
| Methods inherited from class org.geotools.cs.Info |
ensureNonNull, equals, getAbbreviation, getAlias, getAlias, getAuthority, getAuthorityCode, getIdentifiers, getName, getRemarks, toString, toWKT |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.opengis.referencing.IdentifiedObject |
getAlias, getIdentifiers, getName, getRemarks, toWKT |
| Field Detail |
public static final VerticalCoordinateSystem ELLIPSOIDAL
| Constructor Detail |
public VerticalCoordinateSystem(java.lang.CharSequence name,
VerticalDatum datum)
name - Name to give new object.datum - Datum to use for new coordinate system.
public VerticalCoordinateSystem(java.lang.CharSequence name,
VerticalDatum datum,
Unit unit,
AxisInfo axis)
name - Name to give new object.datum - Datum to use for new coordinate system.unit - Units to use for new coordinate system.axis - Axis to use for new coordinate system.CS_CoordinateSystemFactory.createVerticalCoordinateSystem(java.lang.String, org.opengis.cs.CS_VerticalDatum, org.opengis.cs.CS_LinearUnit, org.opengis.cs.CS_AxisInfo)| Method Detail |
public final int getDimension()
getDimension in interface DimensionedgetDimension in class CoordinateSystemCS_CoordinateSystem.getDimension()public VerticalDatum getVerticalDatum()
AbstractSingleCRS.getDatum().
CS_VerticalCoordinateSystem.getVerticalDatum()public AxisInfo getAxis(int dimension)
getAxis in class CoordinateSystemdimension - Zero based index of axis.CS_CoordinateSystem.getAxis(int)public Unit getUnits(int dimension)
DefaultCoordinateSystemAxis.getUnit().
getUnits in class CoordinateSystemdimension - Must be 0.CS_CoordinateSystem.getUnits(int),
CS_VerticalCoordinateSystem.getVerticalUnit()
public boolean equals(Info object,
boolean compareNames)
equals in class Infoobject - The object to compare to this.compareNames - true to comparare the name,
alias, authority
code, etc. as well, or false to compare only properties
relevant to transformations.
true if both objects are equal.public int hashCode()
equals(Info, false).
hashCode in class Info
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||