com.esri.arcgis.catalogUI
Interface ISpatialReferenceDialog3

All Superinterfaces:
Serializable
All Known Implementing Classes:
SpatialReferenceDialog

public interface ISpatialReferenceDialog3
extends Serializable

Provides access to members that control the Spatial Reference Dialog 3.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ISpatialReference doModalCreate3(boolean hasZ, int hParent)
          Prompts the user to define a new spatial reference.
 ISpatialReference doModalEdit3(ISpatialReference inputSpatialReference, boolean hasZ, int hParent)
          Displays/edits the properties of the given spatial reference.
 

Method Detail

doModalCreate3

ISpatialReference doModalCreate3(boolean hasZ,
                                 int hParent)
                                 throws IOException,
                                        AutomationException
Prompts the user to define a new spatial reference.

Remarks

This method is not implemented.

Product Availability

Available with ArcGIS Desktop.

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

doModalEdit3

ISpatialReference doModalEdit3(ISpatialReference inputSpatialReference,
                               boolean hasZ,
                               int hParent)
                               throws IOException,
                                      AutomationException
Displays/edits the properties of the given spatial reference.

Product Availability

Available with ArcGIS Desktop.

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