com.esri.sde.sdk.client
Class SeRasterTile

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

public class SeRasterTile
extends java.lang.Object


Constructor Summary
SeRasterTile()
           
 
Method Summary
 SeObjectId getBandId()
           
 byte[] getBitMaskData()
           
 int getColumnIndex()
           
 int getNumPixels()
           
 byte[] getPixelData()
           
 byte[] getPixels(byte[] b)
           
 byte[] getPixels(double[] b)
           
 float[] getPixels(float[] f)
           
 int[] getPixels(int[] pixelData)
           
 int getPixelType()
           
 int getRowIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeRasterTile

public SeRasterTile()
Method Detail

getBandId

public SeObjectId getBandId()

getBitMaskData

public byte[] getBitMaskData()

getPixels

public byte[] getPixels(byte[] b)

getPixels

public byte[] getPixels(double[] b)

getPixels

public float[] getPixels(float[] f)

getPixelData

public byte[] getPixelData()

getNumPixels

public int getNumPixels()

getColumnIndex

public int getColumnIndex()

getRowIndex

public int getRowIndex()

getPixels

public int[] getPixels(int[] pixelData)
                throws java.lang.Exception
Throws:
java.lang.Exception

getPixelType

public int getPixelType()


Copyright © 1996-2010 Geotools. All Rights Reserved.