com.esri.arcgis.carto
Interface IMapServerIdentifyObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerIdentifyObjectProxy, MapServerIdentifyObject, SimpleMapServerIdentifyObject

public interface IMapServerIdentifyObject
extends java.io.Serializable

COM Interface 'IMapServerIdentifyObject'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the available properties of a map server identify object.' 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 IIDa25a8796_8463_490c_b007_127d2e494805
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMapServerIdentifyResult getMapServerIdentifyResult()
          The Map Server Identify Result.
 void setMapServerIdentifyResult(IMapServerIdentifyResult result)
          The Map Server Identify Result.
 

Field Detail

IIDa25a8796_8463_490c_b007_127d2e494805

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

setMapServerIdentifyResult

void setMapServerIdentifyResult(IMapServerIdentifyResult result)
                                throws java.io.IOException,
                                       AutomationException
The Map Server Identify Result.

Parameters:
result - A reference to a com.esri.arcgis.carto.IMapServerIdentifyResult (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMapServerIdentifyResult

IMapServerIdentifyResult getMapServerIdentifyResult()
                                                    throws java.io.IOException,
                                                           AutomationException
The Map Server Identify Result.

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