|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.cs.Info org.geotools.cs.CoordinateSystem org.geotools.cs.HorizontalCoordinateSystem
AbstractCRS
.
A 2D coordinate system suitable for positions on the Earth's surface.
CS_HorizontalCoordinateSystem
,
Serialized FormField Summary |
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 | |
HorizontalCoordinateSystem(java.lang.CharSequence name,
HorizontalDatum datum,
AxisInfo axis0,
AxisInfo axis1)
Deprecated. Constructs a coordinate system. |
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 dimension within coordinate system. |
int |
getDimension()
Deprecated. Returns the dimension of this coordinate system, which is 2. |
HorizontalDatum |
getHorizontalDatum()
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, getUnits, 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 |
Constructor Detail |
public HorizontalCoordinateSystem(java.lang.CharSequence name, HorizontalDatum datum, AxisInfo axis0, AxisInfo axis1)
name
- The coordinate system name.datum
- The horizontal datum.axis0
- Details of 0th ordinates in created coordinate system.axis1
- Details of 1st ordinates in created coordinate system.Method Detail |
public final int getDimension()
getDimension
in interface Dimensioned
getDimension
in class CoordinateSystem
CS_CoordinateSystem.getDimension()
public HorizontalDatum getHorizontalDatum()
AbstractSingleCRS.getDatum()
.
CS_HorizontalCoordinateSystem.getHorizontalDatum()
public AxisInfo getAxis(int dimension)
getAxis
in class CoordinateSystem
dimension
- Zero based index of axis.CS_CoordinateSystem.getAxis(int)
public boolean equals(Info object, boolean compareNames)
equals
in class Info
object
- 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 |