com.esri.arcgis.gisclient
Interface IIMSWorkspace2

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

public interface IIMSWorkspace2
extends java.io.Serializable

COM Interface 'IIMSWorkspace2'. 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 IIDe4a0f674_b705_405a_b356_3cc81f283622
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getAreaOfInterest()
          The area of interest.
 int getMapUnits()
          The map units.
 IPropertySet getQueryCapabilities()
          Capabilities of the IMS services.
 ISpatialReference getSpatialReference()
          The native spatial reference of the data.
 

Field Detail

IIDe4a0f674_b705_405a_b356_3cc81f283622

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

getQueryCapabilities

IPropertySet getQueryCapabilities()
                                  throws java.io.IOException,
                                         AutomationException
Capabilities of the IMS services.

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

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.