|
What is it?
This is a simple application that listens for OpenSpirit OpenSpirit
data selection and GIS feature events and responds by creating
place results which are automatically added to ArcGIS Explorer.
The following data types are currently supported for Data Selection
events:
- Well Bores - will create point placemark at well surface location
- 2d Seismic Line- will create a polyline placemark showing
the full extent of the line geometry
- 2d Seismic Dataset- will create a polyline placemark showing
the extent of a particular seismic trace dataset (potentially
a subset of the full 2d line)
- 3d Seismic Survey - will create a 4 point polygon placemark
showing the corner points of the 3d survey
- 3d Seismic Volume- will create a 4 point polygon placemark
showing the corner points of a seismic volume (potentially a
subset of the full 3d survey)
- Horizon - will create a geo-registered png image overlay showing
the z values of horizon grid using a rainbow color scale
- Point Feature - will create a corresponding point placemark
- Polyline Feature - will create a corresponding polyline placemark
- Polygon Feature - will create a corresponding polygon placemark
In addition, this application also listens for GIS feature selection
events for points, polylines, and polygons (as sent by the OpenSpirit
ArcGIS Extension).
One can also send data selection events for selected items by right mouse clicking on the item in the Results folder or in the globe display. |