com.esri.arcgis.catalogUI
Interface ISpatialReferenceDialogContext

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

public interface ISpatialReferenceDialogContext
extends java.io.Serializable

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

Description: 'Provides access to members that change the calling context of 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 IID8163a6ff_0ed6_4141_bc5d_feb844c1b30f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IBasicMap getBasicMap()
          The basic map that provides the layer list and spatial filtering extent.
 int getXYFilter()
          Restriction on the type of coordinate system to show.
 void setBasicMapByRef(IBasicMap basicMap)
          The basic map that provides the layer list and spatial filtering extent.
 void setXYFilter(int filter)
          Restriction on the type of coordinate system to show.
 

Field Detail

IID8163a6ff_0ed6_4141_bc5d_feb844c1b30f

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

getBasicMap

IBasicMap getBasicMap()
                      throws java.io.IOException,
                             AutomationException
The basic map that provides the layer list and spatial filtering extent.

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

setBasicMapByRef

void setBasicMapByRef(IBasicMap basicMap)
                      throws java.io.IOException,
                             AutomationException
The basic map that provides the layer list and spatial filtering extent.

Parameters:
basicMap - A reference to a com.esri.arcgis.carto.IBasicMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXYFilter

int getXYFilter()
                throws java.io.IOException,
                       AutomationException
Restriction on the type of coordinate system to show.

Returns:
A com.esri.arcgis.catalogUI.esriSpatialReferenceXYFilter constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXYFilter

void setXYFilter(int filter)
                 throws java.io.IOException,
                        AutomationException
Restriction on the type of coordinate system to show.

Parameters:
filter - A com.esri.arcgis.catalogUI.esriSpatialReferenceXYFilter constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.