|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterSurface
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 |
---|
static final int IID3455fdb6_ee56_455e_a44e_28a0c76d3196
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setRasterBand(IRasterBand rasterBand) throws java.io.IOException, AutomationException
rasterBand
- A reference to a com.esri.arcgis.datasourcesraster.IRasterBand (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterBand getRasterBand() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putRaster(IRaster raster, int bandIndex) throws java.io.IOException, AutomationException
raster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)bandIndex
- The bandIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRaster getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSampleDistance(double pSampleDistance) throws java.io.IOException, AutomationException
pSampleDistance
- The pSampleDistance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSampleDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |