com.esri.arcgis.catalogUI
Interface ICoordSysDetailsPage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoordSysDetailsPage, ICoordSysDetailsPageProxy, TableDefVerticalPage

public interface ICoordSysDetailsPage
extends java.io.Serializable

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

Description: 'Provides access to members that control the Coordinate System Details Page.' 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 IID2a426347_8aa3_4846_920d_9f1f32c09b6c
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID2a426347_8aa3_4846_920d_9f1f32c09b6c

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

getSpatialReference

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

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

getCoordSysContext

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

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

setCoordSysContext

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

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

getVerticalCoordinateSystem

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

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