com.esri.arcgis.catalogUI
Interface ICoordSysDetailsPage

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoordSysDetailsPage, TableDefVerticalPage

public interface ICoordSysDetailsPage
extends Serializable

Provides access to members that control the Coordinate System Details Page.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getCoordSysContext()
          The coordinate system context.
 ISpatialReference getSpatialReference()
          The related spatial refrence.
 IVerticalCoordinateSystem getVerticalCoordinateSystem()
          The vertical coordinate system.
 void setCoordSysContext(int coordSysContext)
          The coordinate system context.
 

Method Detail

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws IOException,
                                             AutomationException
The related spatial refrence.

Product Availability

Available with ArcGIS Desktop.

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.

getCoordSysContext

int getCoordSysContext()
                       throws IOException,
                              AutomationException
The coordinate system context.

Product Availability

Available with ArcGIS Desktop.

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

setCoordSysContext

void setCoordSysContext(int coordSysContext)
                        throws IOException,
                               AutomationException
The coordinate system context.

Product Availability

Available with ArcGIS Desktop.

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

getVerticalCoordinateSystem

IVerticalCoordinateSystem getVerticalCoordinateSystem()
                                                      throws IOException,
                                                             AutomationException
The vertical coordinate system.

Product Availability

Available with ArcGIS Desktop.

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