|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpatialReferenceDialogContext
Provides access to members that change the calling context of the Spatial Reference Dialog.
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 |
---|
IBasicMap getBasicMap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBasicMapByRef(IBasicMap basicMap) throws IOException, AutomationException
basicMap
- A reference to a com.esri.arcgis.carto.IBasicMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getXYFilter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXYFilter(int filter) throws IOException, AutomationException
filter
- A com.esri.arcgis.catalogUI.esriSpatialReferenceXYFilter constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |