GeometryConversion
An OpenSpirit activity that can convert an input of Esri WKT (Well Known Text) into the corresponding OpenSpirit geometry type. The activity can also perform the reverse operation and convert an OpenSpirit geometry type into the corresponding Esri WKT.
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. |
Conversion Type | No | Specifies the type of conversion to perform (e.g. Esri WKT to OpenSpirit geometry or OpenSpirit geometry to Esri WKT). |
Geometry Type | No | Specifies the OpenSpirit geometry type to process. If the conversion type is Esri WKT to OpenSpirit geometry, the geometry type selected will show up on the activity's output panel. If the conversion type is OpenSpirit geometry to Esri WKT, the geometry type selected will show up on the activity's input panel. |
Input
The following is the input for the activity.
Input Item | Data Type | Description |
---|---|---|
Parameters | Complex | Root element for all input elements |
EsriWKT | String | This is the Esri WKT to turn into an OpenSpirit geometry. This element is only shown if the conversion type is Esri WKT to OpenSpirit geometry. |
CRS | OspCRS | The coordinate system associated with the Esri WKT. This element is only shown if the conversion type is Esri WKT to OpenSpirit geometry. |
Point LineString Polygon MultiPoint MutiLineString MultiPolygon |
OspPoint OspLineString OspPolygon OspMultiPoint OspMultiLineString OspMultiPolygon |
This element is only shown if the conversion type is OpenSpirit geometry to Esri WKT. The geometry type drop down on the configuration panel determines the actual type that is rendered. |
Output
The following is the output for the activity.
Output Item | Data Type | Description |
---|---|---|
OspOutput | Complex | The root element for all output items for the activity. |
Point LineString Polygon MultiPoint MutiLineString MultiPolygon |
OspPoint OspLineString OspPolygon OspMultiPoint OspMultiLineString OspMultiPolygon |
If the conversion type is Esri WKT to OpenSpirit geometry, then this is the corresponding OpenSpirit geometry that the input Esri WKT was converted into. If the conversion type is OpenSpirit geometry to Esri WKT, then this is simply an echo of the input supplied. The geometry type drop down on the configuration panel determines the actual type that is rendered. |
EsriWKT | String | If the conversion type is OpenSpirit geometry to Esri WKT, then this is Esri WKT that the input OpenSpirit geometry was converted into. If the conversion type is Esri WKT to OpenSpirit geometry, then this is simply an echo of the input supplied. |
CRS | OspCRS | If the conversion type is OpenSpirit geometry to Esri WKT, then this is the coordinate system associated with the input OpenSpirit geometry. If the conversion type is Esri WKT to OpenSpirit geometry, then this is simply an echo of the input supplied. |