com.esri.arcgis.carto
Interface IImageServerSampleResult

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IImageServerSampleResult2, IImageServerSampleResultEdit, IImageServerSampleResultEdit2
All Known Implementing Classes:
IImageServerSampleResult2Proxy, IImageServerSampleResultEdit2Proxy, IImageServerSampleResultEditProxy, IImageServerSampleResultProxy, ImageServerSampleResult

public interface IImageServerSampleResult
extends java.io.Serializable

COM Interface 'IImageServerSampleResult'. 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 IID4d5fd7d9_94b8_49d5_a4a7_f91f3a5d364e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getLocation()
          The sampling location.
 int getLocationID()
          The sample location ID.
 int getRasterID()
          The source raster ID.
 double getResolution()
          The source data resolution.
 java.lang.String getValue()
          The sampling value.
 

Field Detail

IID4d5fd7d9_94b8_49d5_a4a7_f91f3a5d364e

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

getLocationID

int getLocationID()
                  throws java.io.IOException,
                         AutomationException
The sample location ID.

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

getLocation

IPoint getLocation()
                   throws java.io.IOException,
                          AutomationException
The sampling location.

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

getValue

java.lang.String getValue()
                          throws java.io.IOException,
                                 AutomationException
The sampling value.

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

getResolution

double getResolution()
                     throws java.io.IOException,
                            AutomationException
The source data resolution.

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

getRasterID

int getRasterID()
                throws java.io.IOException,
                       AutomationException
The source raster ID.

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