com.esri.sde.sdk.client
Class SeRasterBand

java.lang.Object
  extended by com.esri.sde.sdk.client.SeRasterBand

public class SeRasterBand
extends java.lang.Object


Nested Class Summary
 class SeRasterBand.SeRasterBandColorMap
           
 
Constructor Summary
SeRasterBand()
           
 
Method Summary
 void alter()
           
 int getBandHeight()
           
 java.lang.String getBandName()
           
 int getBandNumber()
           
 int getBandWidth()
           
 SeRasterBand.SeRasterBandColorMap getColorMap()
           
 java.awt.image.DataBuffer getColorMapData()
           
 int getColorMapDataType()
           
 int getColorMapNumBanks()
           
 int getColorMapNumEntries()
           
 int getColorMapType()
           
 int getCompressionType()
           
 SeExtent getExtent()
           
 SeObjectId getId()
           
 int getInterleave()
           
 int getInterpolation()
           
 int getMaxLevel()
           
 int getPixelType()
           
 SeObjectId getRasterColumnId()
           
 SeObjectId getRasterId()
           
 double getStatsMax()
           
 double getStatsMean()
           
 double getStatsMin()
           
 double getStatsStdDev()
           
 int getTileHeight()
           
 SDEPoint getTileOrigin()
           
 int getTileWidth()
           
 boolean hasColorMap()
           
 boolean hasStats()
           
 void setColorMap(int colorMapType, java.awt.image.DataBuffer dataBuffer)
           
 void setColorMap(int colorMapType, java.awt.image.DataBufferByte dataBuffer)
           
 boolean skipLevelOne()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeRasterBand

public SeRasterBand()
Method Detail

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.