CompareCoordinateSystems

An activity which compares two coordinate systems.

General

The General tab contains the following fields.

Field Module Property? Description
Name No The name to be displayed as the label for the activity in the process.

Description

Provide a short description for the activity.

Input

The following is the input for the activity.

Input Item Data Type Description
CRS1 OspCRS The first coordinate system identified by either OpenSpirit CRS key, EPSG codes, or ESRI WKT.
CRS2 OspCRS The second coordinate system identified by either OpenSpirit CRS key, EPSG codes, or ESRI WKT.

Output

The following is the output for the activity.

Output Item Data Type Description
OspOutput Complex Root element for all output elements
IsEquivalent Boolean "true" if the two CRS are equivalent. Note, geographic transform differences are ignored by this output. Check the HasEquivalentTransform output if there is a need to include geographic transform differences in the equivalence test.
HasEquivalentDatum Boolean "true" if the two CRS have an equivalent datum.
HasEquivalentTransform Boolean "true" if the two CRS have an equivalent geographic transform.

Fault

The Fault tab lists exceptions that are thrown by this activity.

Error Schema Element Datatype Description
msg string The error message returned by the plug-in.
msgCode string The error code returned by the plug-in
Fault Thrown When...