public interface IImageServerIdentifyResult
extends java.io.Serializable
Description: 'Provides access to members that control an identify result.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID38cfd9c6_e8a1_41f9_84ad_423a8dca6a39 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRecordSet |
getCatalogItems()
A set of idetified catalog items.
|
IDoubleArray |
getCatalogItemVisibilities()
A set of visible area for idetified catalog items.
|
IPoint |
getLocation()
The identified location.
|
java.lang.String |
getName()
The identify property name.
|
IPropertySet |
getProperties()
A set of name-value pairs for the field names and values of the identified object.
|
java.lang.String |
getValue()
The identify property value.
|
static final int IID38cfd9c6_e8a1_41f9_84ad_423a8dca6a39
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRecordSet getCatalogItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getCatalogItemVisibilities() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.