com.esri.arcgis.carto
Interface IImageServerMeasureResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImageServerMeasureResult

public interface IImageServerMeasureResult
extends Serializable

Provides access to members that control a measure result.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getName

String getName()
               throws IOException,
                      AutomationException
The image name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(String pName)
             throws IOException,
                    AutomationException
The image name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pName - The pName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSensorName

String getSensorName()
                     throws IOException,
                            AutomationException
The senor model name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pSensorName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSensorName

void setSensorName(String pSensorName)
                   throws IOException,
                          AutomationException
The senor model name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pSensorName - The pSensorName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMeasurement

IPropertySet getMeasurement()
                            throws IOException,
                                   AutomationException
The mensuration values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMeasurementByRef

void setMeasurementByRef(IPropertySet ppMeasurement)
                         throws IOException,
                                AutomationException
The mensuration values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppMeasurement - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.