com.esri.arcgis.carto
Interface IImageServerSampleResult2

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

public interface IImageServerSampleResult2
extends IImageServerSampleResult, java.io.Serializable

COM Interface 'IImageServerSampleResult2'. 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 IID60bbe7c8_7c1a_4baa_a760_2706d21522b3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageServerSampleResult
IID4d5fd7d9_94b8_49d5_a4a7_f91f3a5d364e
 
Method Summary
 IPropertySet getAttributes()
          The raster attributes.
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerSampleResult
getLocation, getLocationID, getRasterID, getResolution, getValue
 

Field Detail

IID60bbe7c8_7c1a_4baa_a760_2706d21522b3

static final int IID60bbe7c8_7c1a_4baa_a760_2706d21522b3
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.