com.esri.sde.sdk.client
Class SeRasterAttr
java.lang.Object
com.esri.sde.sdk.client.SeRasterAttr
public class SeRasterAttr
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeRasterAttr
public SeRasterAttr(boolean b)
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.