com.esri.arcgis.datasourcesraster
Interface ICellSizeLevel

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICellSizeLevel2
All Known Implementing Classes:
CellSizeLevel, ICellSizeLevel2Proxy, ICellSizeLevelProxy, OverviewItemURI

public interface ICellSizeLevel
extends java.io.Serializable

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

Description: 'Provides access to members that control a cell size level.' 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 IIDcb2f5079_e498_4d7c_aedc_f7ecb4deb021
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getCellSize()
          The cell size value assocated with the level.
 IGeometry getGeometry()
          The geometry defining the boundary of the cell size level.
 int getID()
          The unique ID associated with the cell size level.
 double getMaximumCellSize()
          The maximum cell size value associated with the level.
 double getMinimumCellSize()
          The minimum cell size value associated with the level.
 void setCellSize(double pCellsize)
          The cell size value assocated with the level.
 void setGeometryByRef(IGeometry ppLevelBoundary)
          The geometry defining the boundary of the cell size level.
 void setID(int pDescriptionID)
          The unique ID associated with the cell size level.
 void setMaximumCellSize(double pMaximumCellSize)
          The maximum cell size value associated with the level.
 void setMinimumCellSize(double pMinimumCellSize)
          The minimum cell size value associated with the level.
 

Field Detail

IIDcb2f5079_e498_4d7c_aedc_f7ecb4deb021

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

setCellSize

void setCellSize(double pCellsize)
                 throws java.io.IOException,
                        AutomationException
The cell size value assocated with the level.

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

getCellSize

double getCellSize()
                   throws java.io.IOException,
                          AutomationException
The cell size value assocated with the level.

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

setGeometryByRef

void setGeometryByRef(IGeometry ppLevelBoundary)
                      throws java.io.IOException,
                             AutomationException
The geometry defining the boundary of the cell size level.

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

getGeometry

IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
The geometry defining the boundary of the cell size level.

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

setMinimumCellSize

void setMinimumCellSize(double pMinimumCellSize)
                        throws java.io.IOException,
                               AutomationException
The minimum cell size value associated with the level.

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

getMinimumCellSize

double getMinimumCellSize()
                          throws java.io.IOException,
                                 AutomationException
The minimum cell size value associated with the level.

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

setMaximumCellSize

void setMaximumCellSize(double pMaximumCellSize)
                        throws java.io.IOException,
                               AutomationException
The maximum cell size value associated with the level.

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

getMaximumCellSize

double getMaximumCellSize()
                          throws java.io.IOException,
                                 AutomationException
The maximum cell size value associated with the level.

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

setID

void setID(int pDescriptionID)
           throws java.io.IOException,
                  AutomationException
The unique ID associated with the cell size level.

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
The unique ID associated with the cell size level.

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