public interface IMapServerIdentifyResult
extends java.io.Serializable
Description: 'Provides access to the Map Server Identify Result Interface.' 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 |
IID6fa7fc12_c195_4f24_a0d6_7fc0cc84eb01 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getLayerID()
The layer ID of the identified object.
|
java.lang.String |
getName()
The name of the identified object.
|
IPropertySet |
getProperties()
A set of name-value pairs for the field names and values of the identified object.
|
IMapServerRelationships |
getRelatedRows()
The related rows (relationships) of the identified object.
|
IGeometry |
getShape()
The geometry of the identified object.
|
static final int IID6fa7fc12_c195_4f24_a0d6_7fc0cc84eb01
static final int xxDummy
static final java.lang.String IID
int getLayerID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getShape() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMapServerRelationships getRelatedRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.