|
|||||||||||
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.Datum
AbstractDatum
.
A set of quantities from which other quantities are calculated. It may be a textual description and/or a set of parameters describing the relationship of a coordinate system to some predefined physical locations (such as center of mass) and physical directions (such as axis of spin). It can be defined as a set of real points on the earth that have coordinates. For example, a datum can be thought of as a set of parameters defining completely the origin and orientation of a coordinate system with respect to the earth. The definition of the datum may also include the temporal behavior (such as the rate of change of the orientation of the coordinate axes).
CS_Datum
,
Serialized FormField Summary |
Fields inherited from interface org.opengis.referencing.IdentifiedObject |
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Constructor Summary | |
Datum(java.lang.CharSequence name,
DatumType type)
Deprecated. Constructs a new datum with the specified name and datum type. |
Method Summary | |
boolean |
equals(Info object,
boolean compareNames)
Deprecated. Compare this datum with the specified object for equality. |
DatumType |
getDatumType()
Deprecated. Replaced by DefaultVerticalDatum.getVerticalDatumType()
for the vertical case. No replacement for other cases. |
int |
hashCode()
Deprecated. Returns a hash value for this datum. |
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 |
Constructor Detail |
public Datum(java.lang.CharSequence name, DatumType type)
name
- The datum name.type
- The datum type.Method Detail |
public DatumType getDatumType()
DefaultVerticalDatum.getVerticalDatumType()
for the vertical case. No replacement for other cases.
CS_Datum.getDatumType()
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 |