com.esri.arcgis.catalogUI
Interface ISpatialReferenceDialogContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
SpatialReferenceDialog

public interface ISpatialReferenceDialogContext
extends Serializable

Provides access to members that change the calling context of the Spatial Reference Dialog.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

getBasicMap

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

Product Availability

Available with ArcGIS Desktop.

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

setBasicMapByRef

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

Product Availability

Available with ArcGIS Desktop.

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

getXYFilter

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

Product Availability

Available with ArcGIS Desktop.

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

setXYFilter

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

Product Availability

Available with ArcGIS Desktop.

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