|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CC_CoordinateOperation",
specification=ISO_19111)
public interface CoordinateOperationA 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.
| Field Summary | |
|---|---|
static String |
OPERATION_VERSION_KEY
Key for the "operationVersion" property. |
static String |
POSITIONAL_ACCURACY_KEY
Key for the "positionalAccuracy" property. |
static String |
SCOPE_KEY
Key for the "scope" property. |
static String |
VALID_AREA_KEY
Key for the "validArea" property. |
| Fields inherited from interface IdentifiedObject |
|---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| 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). |
Collection<PositionalAccuracy> |
getPositionalAccuracy()
Estimate(s) of the impact of this operation on point accuracy. |
InternationalString |
getScope()
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 IdentifiedObject |
|---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
| Field Detail |
|---|
static final String OPERATION_VERSION_KEY
"operationVersion" property.
This is used for setting the value to be returned by getOperationVersion().
getOperationVersion(),
Constant Field Valuesstatic final String POSITIONAL_ACCURACY_KEY
"positionalAccuracy" property.
This is used for setting the value to be returned by getPositionalAccuracy().
getPositionalAccuracy(),
Constant Field Valuesstatic final String VALID_AREA_KEY
"validArea" property.
This is used for setting the value to be returned by getValidArea().
getValidArea(),
Constant Field Valuesstatic final String SCOPE_KEY
"scope" property.
This is used for setting the value to be returned by getScope().
getScope(),
Constant Field Values| Method Detail |
|---|
@UML(identifier="sourceCRS",
obligation=MANDATORY,
specification=ISO_19111)
CoordinateReferenceSystem getSourceCRS()
GeneralDerivedCRS.getBaseCRS() instead.
null if not available.
@UML(identifier="targetCRS",
obligation=MANDATORY,
specification=ISO_19111)
CoordinateReferenceSystem getTargetCRS()
GeneralDerivedCRS instead.
null if not available.
@UML(identifier="operationVersion",
obligation=CONDITIONAL,
specification=ISO_19111)
String getOperationVersion()
null in none.
@UML(identifier="positionalAccuracy",
obligation=OPTIONAL,
specification=ISO_19111)
Collection<PositionalAccuracy> getPositionalAccuracy()
@UML(identifier="validArea",
obligation=OPTIONAL,
specification=ISO_19111)
Extent getValidArea()
null if not available.
@UML(identifier="scope",
obligation=OPTIONAL,
specification=ISO_19111)
InternationalString getScope()
@UML(identifier="CT_CoordinateTransformation.getMathTransform",
specification=OGC_01009)
MathTransform getMathTransform()
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |