com.esri.arcgis.carto
Interface IImageServerMeasureResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageServerMeasureResultProxy, ImageServerMeasureResult

public interface IImageServerMeasureResult
extends java.io.Serializable

COM Interface 'IImageServerMeasureResult'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a measure result.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfcb4cfff_b110_4def_878d_87cb8a396d5b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getMeasurement()
          The mensuration values.
 java.lang.String getName()
          The image name.
 java.lang.String getSensorName()
          The senor model name.
 void setMeasurementByRef(IPropertySet ppMeasurement)
          The mensuration values.
 void setName(java.lang.String pName)
          The image name.
 void setSensorName(java.lang.String pSensorName)
          The senor model name.
 

Field Detail

IIDfcb4cfff_b110_4def_878d_87cb8a396d5b

static final int IIDfcb4cfff_b110_4def_878d_87cb8a396d5b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

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

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

setName

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

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

getSensorName

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

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

setSensorName

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

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

getMeasurement

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

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

setMeasurementByRef

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

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