public interface IImageServerMeasureResult
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfcb4cfff_b110_4def_878d_87cb8a396d5b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDfcb4cfff_b110_4def_878d_87cb8a396d5b
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSensorName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSensorName(java.lang.String pSensorName) throws java.io.IOException, AutomationException
pSensorName
- The pSensorName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getMeasurement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMeasurementByRef(IPropertySet ppMeasurement) throws java.io.IOException, AutomationException
ppMeasurement
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.