com.esri.arcgis.analyst3d
Interface IRasterSurface

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterSurfaceProxy, RasterSurface

public interface IRasterSurface
extends java.io.Serializable

COM Interface 'IRasterSurface'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to members that manipulate and analyze a raster surface.' 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 IID3455fdb6_ee56_455e_a44e_28a0c76d3196
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRaster getRaster()
          A raster.
 IRasterBand getRasterBand()
          The raster band of a raster surface.
 double getSampleDistance()
          The sample distance for interpolated shapes and profiles.
 void putRaster(IRaster raster, int bandIndex)
          Sets a raster with a specified band index.
 void setRasterBand(IRasterBand rasterBand)
          The raster band of a raster surface.
 void setSampleDistance(double pSampleDistance)
          The sample distance for interpolated shapes and profiles.
 

Field Detail

IID3455fdb6_ee56_455e_a44e_28a0c76d3196

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

setRasterBand

void setRasterBand(IRasterBand rasterBand)
                   throws java.io.IOException,
                          AutomationException
The raster band of a raster surface.

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

getRasterBand

IRasterBand getRasterBand()
                          throws java.io.IOException,
                                 AutomationException
The raster band of a raster surface.

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

putRaster

void putRaster(IRaster raster,
               int bandIndex)
               throws java.io.IOException,
                      AutomationException
Sets a raster with a specified band index.

Parameters:
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
bandIndex - The bandIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRaster

IRaster getRaster()
                  throws java.io.IOException,
                         AutomationException
A raster.

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

setSampleDistance

void setSampleDistance(double pSampleDistance)
                       throws java.io.IOException,
                              AutomationException
The sample distance for interpolated shapes and profiles.

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

getSampleDistance

double getSampleDistance()
                         throws java.io.IOException,
                                AutomationException
The sample distance for interpolated shapes and profiles.

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