com.esri.arcgis.trackinganalyst
Interface ICoordinateConversionAction

All Superinterfaces:
Serializable
All Known Implementing Classes:
ICoordinateConversionActionProxy

public interface ICoordinateConversionAction
extends Serializable

Provides access to properties and methods needed to manage coordinate conversion actions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 ISpatialReference getDestinationReference()
          Spatial reference to which incoming geometry objects will be converted.
 void setDestinationReference(ISpatialReference pVal)
          Spatial reference to which incoming geometry objects will be converted.
 

Method Detail

getDestinationReference

ISpatialReference getDestinationReference()
                                          throws IOException,
                                                 AutomationException
Spatial reference to which incoming geometry objects will be converted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestinationReference

void setDestinationReference(ISpatialReference pVal)
                             throws IOException,
                                    AutomationException
Spatial reference to which incoming geometry objects will be converted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
pVal - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.