|
GeoAPI 1.0 Build 2004-05-18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. Many but not all coordinate operations (from coordinate reference system A to coordinate reference system B) also uniquely define the inverse operation (from coordinate reference system B to coordinate reference system A). In some cases, the operation method algorithm for the inverse operation is the same as for the forward algorithm, but the signs of some operation parameter values must be reversed. In other cases, different algorithms are required for the forward and inverse operations, but the same operation parameter values are used. If (some) entirely different parameter values are needed, a different coordinate operation shall be defined.
CC_CoordinateOperation
| Method Summary | |
|---|---|
MathTransform |
getMathTransform()
Gets the math transform. |
String |
getOperationVersion()
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters). |
PositionalAccuracy[] |
getPositionalAccuracy()
Estimate(s) of the impact of this operation on point accuracy. |
String |
getScope(Locale locale)
Description of domain of usage, or limitations of usage, for which this operation is valid. |
CoordinateReferenceSystem |
getSourceCRS()
Returns the source CRS. |
CoordinateReferenceSystem |
getTargetCRS()
Returns the target CRS. |
Extent |
getValidArea()
Area in which this operation is valid. |
| Methods inherited from interface Info |
|---|
getIdentifiers, getName, getRemarks |
| Method Detail |
|---|
CoordinateReferenceSystem getSourceCRS()
GeneralDerivedCRS.getBaseCRS() instead.
sourceCRS
CoordinateReferenceSystem getTargetCRS()
GeneralDerivedCRS instead.
targetCRS
String getOperationVersion()
null in none.
operationVersion
PositionalAccuracy[] getPositionalAccuracy()
positionalAccuracy
Extent getValidArea()
null if not available.
validArea
String getScope(Locale locale)
locale - The desired locale for the coordinate operation scope to be returned,
of null for scope in some default locale (may or may not be the
system default).
null if none.
If no scope is available in the given locale, then some default locale is used.
scope
MathTransform getMathTransform()
mathTransform in 1.0 specification.
|
GeoAPI 1.0 Build 2004-05-18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |