com.esri.sde.sdk.client
Class SeRasterAttr

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

public class SeRasterAttr
extends java.lang.Object


Constructor Summary
SeRasterAttr(boolean b)
           
 
Method Summary
 int getBandHeight()
           
 SeRasterBand getBandInfo(int i)
           
 SeRasterBand[] getBands()
           
 int getBandWidth()
           
 int getCompressionType()
           
 SeExtent getExtent()
           
 SeExtent getExtentByLevel(int i)
           
 SDEPoint getExtentOffsetByLevel(int level)
           
 int getImageHeight()
           
 int getImageHeightByLevel(int i)
           
 SDEPoint getImageOffsetByLevel(int i)
           
 int getImageWidth()
           
 int getImageWidthByLevel(int i)
           
 int getInterleave()
           
 int getInterpolation()
           
 int getMaxLevel()
           
 int getNumBands()
           
 int getPixelType()
           
 SeObjectId getRasterColumnId()
           
 SeObjectId getRasterId()
           
 SeRaster getRasterInfo()
           
 int getTileHeight()
           
 SDEPoint getTileOrigin()
           
 int getTilesPerColByLevel(int i)
           
 int getTilesPerRowByLevel(int i)
           
 int getTileWidth()
           
 void setColorMap(int colorMapType, java.awt.image.DataBufferByte dataBuffer)
           
 void setCompressionType(int c)
           
 void setExtent(SeExtent ext)
           
 void setImageSize(int h, int w, int d)
           
 void setImportMode(boolean b)
           
 void setInterleave(boolean b, int se_raster_interleave_bsq)
           
 void setMaskMode(boolean b)
           
 void setPixelType(int p)
           
 void setPyramidInfo(int maxLevel, boolean skipLevelOne, int interpolation)
           
 void setRasterProducer(SeRasterProducer p)
           
 void setTileSize(int w, int h)
           
 boolean skipLevelOne()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeRasterAttr

public SeRasterAttr(boolean b)
Method Detail

getPixelType

public int getPixelType()
                 throws SeException
Throws:
SeException

getTileHeight

public int getTileHeight()

getTileWidth

public int getTileWidth()

getBands

public SeRasterBand[] getBands()
                        throws SeException
Throws:
SeException

getMaxLevel

public int getMaxLevel()

skipLevelOne

public boolean skipLevelOne()

getExtentByLevel

public SeExtent getExtentByLevel(int i)
                          throws SeException
Throws:
SeException

getImageWidthByLevel

public int getImageWidthByLevel(int i)

getImageHeightByLevel

public int getImageHeightByLevel(int i)

getImageOffsetByLevel

public SDEPoint getImageOffsetByLevel(int i)

getTilesPerRowByLevel

public int getTilesPerRowByLevel(int i)

getTilesPerColByLevel

public int getTilesPerColByLevel(int i)

getNumBands

public int getNumBands()

getBandInfo

public SeRasterBand getBandInfo(int i)
                         throws SeException
Throws:
SeException

getRasterColumnId

public SeObjectId getRasterColumnId()

getExtent

public SeExtent getExtent()
                   throws SeException
Throws:
SeException

getRasterInfo

public SeRaster getRasterInfo()
                       throws SeException,
                              java.lang.CloneNotSupportedException
Throws:
SeException
java.lang.CloneNotSupportedException

setImageSize

public void setImageSize(int h,
                         int w,
                         int d)

setTileSize

public void setTileSize(int w,
                        int h)

setPixelType

public void setPixelType(int p)

setCompressionType

public void setCompressionType(int c)

setMaskMode

public void setMaskMode(boolean b)

setImportMode

public void setImportMode(boolean b)

setExtent

public void setExtent(SeExtent ext)

setRasterProducer

public void setRasterProducer(SeRasterProducer p)

setPyramidInfo

public void setPyramidInfo(int maxLevel,
                           boolean skipLevelOne,
                           int interpolation)
                    throws SeException
Throws:
SeException

setColorMap

public void setColorMap(int colorMapType,
                        java.awt.image.DataBufferByte dataBuffer)
                 throws SeException
Throws:
SeException

getImageWidth

public int getImageWidth()
                  throws SeException
Throws:
SeException

getImageHeight

public int getImageHeight()
                   throws SeException
Throws:
SeException

getCompressionType

public int getCompressionType()

getTileOrigin

public SDEPoint getTileOrigin()

getInterpolation

public int getInterpolation()

getBandWidth

public int getBandWidth()

getBandHeight

public int getBandHeight()

getInterleave

public int getInterleave()

setInterleave

public void setInterleave(boolean b,
                          int se_raster_interleave_bsq)

getRasterId

public SeObjectId getRasterId()
                       throws SeException
Throws:
SeException

getExtentOffsetByLevel

public SDEPoint getExtentOffsetByLevel(int level)
                                throws SeException
Throws:
SeException


Copyright © 1996-2010 Geotools. All Rights Reserved.