com.esri.arcgis.carto
Interface IImageServerSampleResultEdit

All Superinterfaces:
IImageServerSampleResult, java.io.Serializable
All Known Subinterfaces:
IImageServerSampleResultEdit2
All Known Implementing Classes:
IImageServerSampleResultEdit2Proxy, IImageServerSampleResultEditProxy, ImageServerSampleResult

public interface IImageServerSampleResultEdit
extends IImageServerSampleResult, java.io.Serializable

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

Description: 'Provides access to additional members that control a sample 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 IID1796d32a_e77c_4dfb_999d_2eb8fedfa127
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageServerSampleResult
IID4d5fd7d9_94b8_49d5_a4a7_f91f3a5d364e
 
Method Summary
 void setLocationByRef(IPoint rhs1)
          The sampling location.
 void setLocationID(int rhs1)
          The sample location ID.
 void setRasterID(int rhs1)
          The source raster ID.
 void setResolution(double rhs1)
          The source data resolution.
 void setValue(java.lang.String rhs1)
          The sampling value.
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerSampleResult
getLocation, getLocationID, getRasterID, getResolution, getValue
 

Field Detail

IID1796d32a_e77c_4dfb_999d_2eb8fedfa127

static final int IID1796d32a_e77c_4dfb_999d_2eb8fedfa127
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

setLocationID

void setLocationID(int rhs1)
                   throws java.io.IOException,
                          AutomationException
The sample location ID.

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

setLocationByRef

void setLocationByRef(IPoint rhs1)
                      throws java.io.IOException,
                             AutomationException
The sampling location.

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

setValue

void setValue(java.lang.String rhs1)
              throws java.io.IOException,
                     AutomationException
The sampling value.

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

setResolution

void setResolution(double rhs1)
                   throws java.io.IOException,
                          AutomationException
The source data resolution.

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

setRasterID

void setRasterID(int rhs1)
                 throws java.io.IOException,
                        AutomationException
The source raster ID.

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