com.esri.arcgis.catalogUI
Interface ISpatialReferenceDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISpatialReferenceDialogProxy, SpatialReferenceDialog

public interface ISpatialReferenceDialog
extends java.io.Serializable

COM Interface 'ISpatialReferenceDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the Spatial Reference Dialog.' 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 IID16688540_54c4_11d2_aad3_00c04fa33a15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISpatialReference doModalCreate(boolean hasXY, boolean hasZ, boolean hasM, int hParent)
          Prompts the user to define a new spatial reference.
 ISpatialReference doModalEdit(ISpatialReference inputSpatialReference, boolean hasXY, boolean hasZ, boolean hasM, boolean coordPageReadOnly, boolean domainPageReadOnly, int hParent)
          Displays/edits the properties of the given spatial reference.
 

Field Detail

IID16688540_54c4_11d2_aad3_00c04fa33a15

static final int IID16688540_54c4_11d2_aad3_00c04fa33a15
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(boolean hasXY,
                                boolean hasZ,
                                boolean hasM,
                                int hParent)
                                throws java.io.IOException,
                                       AutomationException
Prompts the user to define a new spatial reference.

Parameters:
hasXY - The hasXY (in)
hasZ - The hasZ (in)
hasM - The hasM (in)
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.

doModalEdit

ISpatialReference doModalEdit(ISpatialReference inputSpatialReference,
                              boolean hasXY,
                              boolean hasZ,
                              boolean hasM,
                              boolean coordPageReadOnly,
                              boolean domainPageReadOnly,
                              int hParent)
                              throws java.io.IOException,
                                     AutomationException
Displays/edits the properties of the given spatial reference.

Parameters:
inputSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
hasXY - The hasXY (in)
hasZ - The hasZ (in)
hasM - The hasM (in)
coordPageReadOnly - The coordPageReadOnly (in)
domainPageReadOnly - The domainPageReadOnly (in)
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.