|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServerMeasureResult
Provides access to members that control a measure result.
Method Summary | |
---|---|
IPropertySet |
getMeasurement()
The mensuration values. |
String |
getName()
The image name. |
String |
getSensorName()
The senor model name. |
void |
setMeasurementByRef(IPropertySet ppMeasurement)
The mensuration values. |
void |
setName(String pName)
The image name. |
void |
setSensorName(String pSensorName)
The senor model name. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSensorName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSensorName(String pSensorName) throws IOException, AutomationException
pSensorName
- The pSensorName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getMeasurement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeasurementByRef(IPropertySet ppMeasurement) throws IOException, AutomationException
ppMeasurement
- A reference to a com.esri.arcgis.system.IPropertySet (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 |