com.esri.arcgis.trackinganalyst
Interface ICCAHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoCCAHelper, ICCAHelperProxy

public interface ICCAHelper
extends java.io.Serializable

COM Interface 'ICCAHelper'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to functionality for the coordinate conversion action.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4f0c5d2c_c8c1_4d58_be9f_5d9b3d9d0dc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void reproject(java.lang.Object[] varGeometry, ISpatialReference piSpatialRef)
          Reprojects provided geometry into the designated spatial reference.
 

Field Detail

IID4f0c5d2c_c8c1_4d58_be9f_5d9b3d9d0dc5

static final int IID4f0c5d2c_c8c1_4d58_be9f_5d9b3d9d0dc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

reproject

void reproject(java.lang.Object[] varGeometry,
               ISpatialReference piSpatialRef)
               throws java.io.IOException,
                      AutomationException
Reprojects provided geometry into the designated spatial reference.

Parameters:
varGeometry - A Variant (in/out: use single element array)
piSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.