com.esri.sde.sdk.client
Class SeRasterBand
java.lang.Object
com.esri.sde.sdk.client.SeRasterBand
public class SeRasterBand
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeRasterBand
public SeRasterBand()
getId
public SeObjectId getId()
hasColorMap
public boolean hasColorMap()
getColorMap
public SeRasterBand.SeRasterBandColorMap getColorMap()
setColorMap
public void setColorMap(int colorMapType,
java.awt.image.DataBufferByte dataBuffer)
alter
public void alter()
throws SeException
- Throws:
SeException
getColorMapData
public java.awt.image.DataBuffer getColorMapData()
throws SeException
- Throws:
SeException
getColorMapType
public int getColorMapType()
throws SeException
- Throws:
SeException
getColorMapNumBanks
public int getColorMapNumBanks()
throws SeException
- Throws:
SeException
getColorMapDataType
public int getColorMapDataType()
throws SeException
- Throws:
SeException
getColorMapNumEntries
public int getColorMapNumEntries()
throws SeException
- Throws:
SeException
getBandNumber
public int getBandNumber()
hasStats
public boolean hasStats()
getStatsMin
public double getStatsMin()
throws SeException
- Throws:
SeException
getStatsMax
public double getStatsMax()
throws SeException
- Throws:
SeException
getBandName
public java.lang.String getBandName()
getRasterId
public SeObjectId getRasterId()
getRasterColumnId
public SeObjectId getRasterColumnId()
getBandHeight
public int getBandHeight()
getBandWidth
public int getBandWidth()
getCompressionType
public int getCompressionType()
getExtent
public SeExtent getExtent()
getPixelType
public int getPixelType()
getInterleave
public int getInterleave()
getInterpolation
public int getInterpolation()
getMaxLevel
public int getMaxLevel()
skipLevelOne
public boolean skipLevelOne()
getTileWidth
public int getTileWidth()
getTileHeight
public int getTileHeight()
getTileOrigin
public SDEPoint getTileOrigin()
throws SeException
- Throws:
SeException
getStatsMean
public double getStatsMean()
getStatsStdDev
public double getStatsStdDev()
setColorMap
public void setColorMap(int colorMapType,
java.awt.image.DataBuffer dataBuffer)
Copyright © 1996-2010 Geotools. All Rights Reserved.