public interface IRasterInfo3 extends IRasterInfo2, java.io.Serializable
Description: 'Provides access to members that control a raster info object.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDdb36e6a7_50f4_46f6_b87f_d2754698f391 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID28e745a8_0617_4eb0_b8bd_272a945ed117IID94058b85_acf1_49ba_a2a7_a9ccc6f4c26a| Modifier and Type | Method and Description |
|---|---|
int |
getAttributeRowCount()
The actual number of rows in the raster attribute table.
|
int |
getCompressionQuality()
The compression quality.
|
int |
getMaxRecordCount()
The raster attribute table size limit.
|
IMultidimensionalInfo |
getMultidimensionalInfo()
The multidimensional information associated with the dataset.
|
int |
getPacketSize()
The packet (bundle) size in tiles.
|
IPropertySet |
getProperties()
The additional properties.
|
int |
getPyramidResamplingType()
The pyramid resamping type.
|
void |
setCompressionQuality(int pQuality)
The compression quality.
|
void |
setMaxRecordCount(int maxRecordCount)
The raster attribute table size limit.
|
void |
setMultidimensionalInfoByRef(IMultidimensionalInfo ppMultidimensionalInfo)
The multidimensional information associated with the dataset.
|
void |
setPacketSize(int pPacketSize)
The packet (bundle) size in tiles.
|
void |
setPropertiesByRef(IPropertySet ppProperties)
The additional properties.
|
void |
setPyramidResamplingType(int pResamplingType)
The pyramid resamping type.
|
getAttributeTable, getColormap, getHistogram, getLODInfos, getMaximumCellSize, getPixelResampler, getStatistics, init, removeStatsHistograms, setAttributeTableByRef, setColormapByRef, setHistogramByRef, setLODInfosByRef, setMaximumCellSize, setPixelResamplerByRef, setStatisticsByRefgetBandCount, getBlockHeight, getBlockWidth, getCellSize, getExtent, getFirstPyramidLevel, getFormat, getGeodataXform, getHeight, getMaximumPyramidLevel, getNativeExtent, getNativeSpatialReference, getNoData, getOrigin, getPixelType, getSpatialReference, getWidth, isResampling, isSupportBandSelection, setBandCount, setBlockHeight, setBlockWidth, setCellSize, setExtent, setFirstPyramidLevel, setFormat, setGeodataXformByRef, setMaximumPyramidLevel, setNativeExtent, setNativeSpatialReferenceByRef, setNoData, setOriginByRef, setPixelType, setResampling, setSupportBandSelectionstatic final int IIDdb36e6a7_50f4_46f6_b87f_d2754698f391
static final int xxDummy
static final java.lang.String IID
int getPyramidResamplingType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPyramidResamplingType(int pResamplingType)
throws java.io.IOException,
AutomationException
pResamplingType - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getPacketSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPacketSize(int pPacketSize)
throws java.io.IOException,
AutomationException
pPacketSize - The pPacketSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCompressionQuality()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCompressionQuality(int pQuality)
throws java.io.IOException,
AutomationException
pQuality - The pQuality (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet ppProperties) throws java.io.IOException, AutomationException
ppProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IMultidimensionalInfo getMultidimensionalInfo() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMultidimensionalInfoByRef(IMultidimensionalInfo ppMultidimensionalInfo) throws java.io.IOException, AutomationException
ppMultidimensionalInfo - A reference to a com.esri.arcgis.geodatabase.IMultidimensionalInfo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getAttributeRowCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMaxRecordCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMaxRecordCount(int maxRecordCount)
throws java.io.IOException,
AutomationException
maxRecordCount - The maxRecordCount (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.