com.esri.arcgis.gisclient
Interface IIMSWorkspace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIMSWorkspaceProxy

public interface IIMSWorkspace
extends java.io.Serializable

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

Description: 'Provides access to members that provide information on the ArcIMS Workspace.' 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 IID5e773ec1_f5e7_11d3_9f48_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getAreaOfInterest()
          The area of interest.
 int getMapUnits()
          The map units.
 ISpatialReference getSpatialReference()
          The native spatial reference of the data.
 

Field Detail

IID5e773ec1_f5e7_11d3_9f48_00c04f79927c

static final int IID5e773ec1_f5e7_11d3_9f48_00c04f79927c
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 native spatial reference of the data.

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.

getAreaOfInterest

IEnvelope getAreaOfInterest()
                            throws java.io.IOException,
                                   AutomationException
The area of interest.

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

getMapUnits

int getMapUnits()
                throws java.io.IOException,
                       AutomationException
The map units.

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