com.esri.arcgis.trackinganalyst
Interface ICCAHelper
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CoCCAHelper
public interface ICCAHelper
- extends Serializable
Provides access to functionality for the coordinate conversion action.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
reproject
void reproject(Object[] varGeometry,
ISpatialReference piSpatialRef)
throws IOException,
AutomationException
- Reprojects provided geometry into the designated spatial reference.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
- Parameters:
varGeometry
- A Variant (in/out: use single element array)piSpatialRef
- 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.