com.esri.arcgis.datasourcesraster
Interface ITerrainToRasterFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITerrainToRasterFunctionArgumentsProxy, TerrainToRasterFunctionArguments

public interface ITerrainToRasterFunctionArguments
extends java.io.Serializable

COM Interface 'ITerrainToRasterFunctionArguments'. 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 IIDc21ec208_cc2f_4e31_a3ff_272d1812c9c1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCacheMaxNumSurfaces()
          Maximum number of different surfaces kept in this cache folder.
 double getCacheRasterZTolerance()
          Z tolerance for rasters in the image cache folder, used for compression.
 double getCellWidth()
          Cell width.
 java.lang.Object getTerrain()
          The input terrain or terrain name.
 int getTinToRasterInterpolationType()
          Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
 void setCacheMaxNumSurfaces(int pMaxNumSurfaces)
          Maximum number of different surfaces kept in this cache folder.
 void setCacheRasterZTolerance(double pZTolerance)
          Z tolerance for rasters in the image cache folder, used for compression.
 void setCellWidth(double pCellWidth)
          Cell width.
 void setTerrainByRef(java.lang.Object ppTerrain)
          The input terrain or terrain name.
 void setTinToRasterInterpolationType(int pType)
          Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
 

Field Detail

IIDc21ec208_cc2f_4e31_a3ff_272d1812c9c1

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

getTerrain

java.lang.Object getTerrain()
                            throws java.io.IOException,
                                   AutomationException
The input terrain or terrain name.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTerrainByRef

void setTerrainByRef(java.lang.Object ppTerrain)
                     throws java.io.IOException,
                            AutomationException
The input terrain or terrain name.

Parameters:
ppTerrain - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellWidth

double getCellWidth()
                    throws java.io.IOException,
                           AutomationException
Cell width.

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

setCellWidth

void setCellWidth(double pCellWidth)
                  throws java.io.IOException,
                         AutomationException
Cell width.

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

getTinToRasterInterpolationType

int getTinToRasterInterpolationType()
                                    throws java.io.IOException,
                                           AutomationException
Tin to raster interpolation type (how to rasterize the tin: Linear or NN).

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

setTinToRasterInterpolationType

void setTinToRasterInterpolationType(int pType)
                                     throws java.io.IOException,
                                            AutomationException
Tin to raster interpolation type (how to rasterize the tin: Linear or NN).

Parameters:
pType - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheMaxNumSurfaces

int getCacheMaxNumSurfaces()
                           throws java.io.IOException,
                                  AutomationException
Maximum number of different surfaces kept in this cache folder.

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

setCacheMaxNumSurfaces

void setCacheMaxNumSurfaces(int pMaxNumSurfaces)
                            throws java.io.IOException,
                                   AutomationException
Maximum number of different surfaces kept in this cache folder.

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

getCacheRasterZTolerance

double getCacheRasterZTolerance()
                                throws java.io.IOException,
                                       AutomationException
Z tolerance for rasters in the image cache folder, used for compression.

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

setCacheRasterZTolerance

void setCacheRasterZTolerance(double pZTolerance)
                              throws java.io.IOException,
                                     AutomationException
Z tolerance for rasters in the image cache folder, used for compression.

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