com.esri.arcgis.datasourcesraster
Interface ITerrainBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITerrainBuilderProxy, TerrainBuilder

public interface ITerrainBuilder
extends java.io.Serializable

COM Interface 'ITerrainBuilder'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control terrain to raster conversion.' 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 IID4feaf55c_10cb_4b34_81af_d5788f231ec0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITerrainToRasterFunctionArguments getTerrainToRasterArguments()
          The parameters controlling terrain to raster properties built by this raster type.
 void setTerrainToRasterArgumentsByRef(ITerrainToRasterFunctionArguments ppTerrainToRasterFunctionArgs)
          The parameters controlling terrain to raster properties built by this raster type.
 

Field Detail

IID4feaf55c_10cb_4b34_81af_d5788f231ec0

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

setTerrainToRasterArgumentsByRef

void setTerrainToRasterArgumentsByRef(ITerrainToRasterFunctionArguments ppTerrainToRasterFunctionArgs)
                                      throws java.io.IOException,
                                             AutomationException
The parameters controlling terrain to raster properties built by this raster type.

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

getTerrainToRasterArguments

ITerrainToRasterFunctionArguments getTerrainToRasterArguments()
                                                              throws java.io.IOException,
                                                                     AutomationException
The parameters controlling terrain to raster properties built by this raster type.

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