com.esri.arcgis.trackinganalyst
Interface ITxSpatialReferenceChooser

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITxSpatialReferenceChooserProxy, TxSpatialReferenceChooser

public interface ITxSpatialReferenceChooser
extends java.io.Serializable

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

Description: 'Provides access to method to display the spatial reference chooser.' 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 IIDc86785d7_9896_4aac_80f6_c61e845bd537
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISpatialReference doModalCreate(int hParent)
          Displays the modal spatial reference chooser dialog.
 

Field Detail

IIDc86785d7_9896_4aac_80f6_c61e845bd537

static final int IIDc86785d7_9896_4aac_80f6_c61e845bd537
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

doModalCreate

ISpatialReference doModalCreate(int hParent)
                                throws java.io.IOException,
                                       AutomationException
Displays the modal spatial reference chooser dialog.

Parameters:
hParent - The hParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.