|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServerIdentifyResultEdit
Provides access to additional members that control an identify result.
Method Summary | |
---|---|
void |
setCatalogItemsByRef(IRecordSet rhs1)
A set of idetified catalog items. |
void |
setCatalogItemVisibilitiesByRef(IDoubleArray rhs1)
A set of visible area for idetified catalog items. |
void |
setLocationByRef(IPoint rhs1)
The identified location. |
void |
setName(String rhs1)
The identify property name. |
void |
setPropertiesByRef(IPropertySet rhs1)
A set of name-value pairs for the field names and values of the identified object. |
void |
setValue(String rhs1)
The identify property value. |
Methods inherited from interface com.esri.arcgis.carto.IImageServerIdentifyResult |
---|
getCatalogItems, getCatalogItemVisibilities, getLocation, getName, getProperties, getValue |
Method Detail |
---|
void setName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationByRef(IPoint rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCatalogItemsByRef(IRecordSet rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IRecordSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCatalogItemVisibilitiesByRef(IDoubleArray rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
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 |