package com.esri.sde.sdk.client; public class SeRasterTile { public SeObjectId getBandId() { return null; } public byte[] getBitMaskData() { return null; } public byte[] getPixels(byte[] b) { return null; } public byte[] getPixelData() { return null; } public int getNumPixels() { return -1; } public int getColumnIndex() { return -1; } public int getRowIndex() { return -1; } }