|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServerIdentifyResult
Provides access to members that control an identify result.
Returned from the Identify request, an ImageServerIdentifyResult object contains the pixel value of current visible raster at the specified location and a set of catalog items (RecordSet) that overlap the given geometry.
Method Summary | |
---|---|
IRecordSet |
getCatalogItems()
A set of idetified catalog items. |
IDoubleArray |
getCatalogItemVisibilities()
A set of visible area for idetified catalog items. |
IPoint |
getLocation()
The identified location. |
String |
getName()
The identify property name. |
IPropertySet |
getProperties()
A set of name-value pairs for the field names and values of the identified object. |
String |
getValue()
The identify property value. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getCatalogItems() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getCatalogItemVisibilities() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |