com.esri.arcgis.carto
Interface IImageServerSampleResultEdit2

All Superinterfaces:
IImageServerSampleResult, IImageServerSampleResultEdit, java.io.Serializable
All Known Implementing Classes:
IImageServerSampleResultEdit2Proxy

public interface IImageServerSampleResultEdit2
extends IImageServerSampleResultEdit, java.io.Serializable

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

Description: 'Provides access to 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 IID59e366e1_66d2_452a_94b3_9961750850d6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageServerSampleResultEdit
IID1796d32a_e77c_4dfb_999d_2eb8fedfa127
 
Fields inherited from interface com.esri.arcgis.carto.IImageServerSampleResult
IID4d5fd7d9_94b8_49d5_a4a7_f91f3a5d364e
 
Method Summary
 IPropertySet getAttributes()
          The raster attributes.
 void setAttributesByRef(IPropertySet ppAttributes)
          The raster attributes.
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerSampleResultEdit
setLocationByRef, setLocationID, setRasterID, setResolution, setValue
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerSampleResult
getLocation, getLocationID, getRasterID, getResolution, getValue
 

Field Detail

IID59e366e1_66d2_452a_94b3_9961750850d6

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

getAttributes

IPropertySet getAttributes()
                           throws java.io.IOException,
                                  AutomationException
The raster attributes.

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.

setAttributesByRef

void setAttributesByRef(IPropertySet ppAttributes)
                        throws java.io.IOException,
                               AutomationException
The raster attributes.

Parameters:
ppAttributes - 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.