com.esri.sde.sdk.client
Class SeRaster

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

public class SeRaster
extends java.lang.Object


Field Summary
static int SE_COLORMAP_DATA_BYTE
           
static int SE_COLORMAP_DATA_SHORT
           
static int SE_COLORMAP_RGB
           
static int SE_COLORMAP_RGBA
           
static int SE_COMPRESSION_JP2
           
static int SE_COMPRESSION_JPEG
           
static int SE_COMPRESSION_LZ77
           
static int SE_COMPRESSION_NONE
           
static int SE_INTERPOLATION_BICUBIC
           
static int SE_INTERPOLATION_BILINEAR
           
static int SE_INTERPOLATION_NEAREST
           
static int SE_INTERPOLATION_NONE
           
static int SE_PIXEL_TYPE_16BIT_S
           
static int SE_PIXEL_TYPE_16BIT_U
           
static int SE_PIXEL_TYPE_1BIT
           
static int SE_PIXEL_TYPE_32BIT_REAL
           
static int SE_PIXEL_TYPE_32BIT_S
           
static int SE_PIXEL_TYPE_32BIT_U
           
static int SE_PIXEL_TYPE_4BIT
           
static int SE_PIXEL_TYPE_64BIT_REAL
           
static int SE_PIXEL_TYPE_8BIT_S
           
static int SE_PIXEL_TYPE_8BIT_U
           
static int SE_RASTER_INTERLEAVE_BIL
           
static int SE_RASTER_INTERLEAVE_BIL_91
           
static int SE_RASTER_INTERLEAVE_BIP
           
static int SE_RASTER_INTERLEAVE_BIP_91
           
static int SE_RASTER_INTERLEAVE_BSQ
           
static int SE_RASTER_INTERLEAVE_BSQ_91
           
static int SE_RASTER_INTERLEAVE_NONE
           
 
Constructor Summary
SeRaster()
           
 
Method Summary
 SeRasterBand[] getBands()
           
 void getInfoById(SeObjectId rasterId)
           
 SeObjectId getRasterId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_RASTER_INTERLEAVE_NONE

public static int SE_RASTER_INTERLEAVE_NONE

SE_RASTER_INTERLEAVE_BSQ_91

public static int SE_RASTER_INTERLEAVE_BSQ_91

SE_RASTER_INTERLEAVE_BIP_91

public static int SE_RASTER_INTERLEAVE_BIP_91

SE_RASTER_INTERLEAVE_BIP

public static int SE_RASTER_INTERLEAVE_BIP

SE_RASTER_INTERLEAVE_BIL_91

public static int SE_RASTER_INTERLEAVE_BIL_91

SE_RASTER_INTERLEAVE_BIL

public static int SE_RASTER_INTERLEAVE_BIL

SE_COLORMAP_DATA_BYTE

public static int SE_COLORMAP_DATA_BYTE

SE_COLORMAP_DATA_SHORT

public static int SE_COLORMAP_DATA_SHORT

SE_COLORMAP_RGBA

public static int SE_COLORMAP_RGBA

SE_COLORMAP_RGB

public static int SE_COLORMAP_RGB

SE_PIXEL_TYPE_64BIT_REAL

public static int SE_PIXEL_TYPE_64BIT_REAL

SE_PIXEL_TYPE_32BIT_S

public static int SE_PIXEL_TYPE_32BIT_S

SE_PIXEL_TYPE_32BIT_U

public static int SE_PIXEL_TYPE_32BIT_U

SE_PIXEL_TYPE_16BIT_S

public static int SE_PIXEL_TYPE_16BIT_S

SE_PIXEL_TYPE_16BIT_U

public static int SE_PIXEL_TYPE_16BIT_U

SE_PIXEL_TYPE_4BIT

public static int SE_PIXEL_TYPE_4BIT

SE_INTERPOLATION_BILINEAR

public static int SE_INTERPOLATION_BILINEAR

SE_INTERPOLATION_NONE

public static int SE_INTERPOLATION_NONE

SE_INTERPOLATION_NEAREST

public static int SE_INTERPOLATION_NEAREST

SE_INTERPOLATION_BICUBIC

public static int SE_INTERPOLATION_BICUBIC

SE_RASTER_INTERLEAVE_BSQ

public static int SE_RASTER_INTERLEAVE_BSQ

SE_PIXEL_TYPE_8BIT_U

public static int SE_PIXEL_TYPE_8BIT_U

SE_PIXEL_TYPE_8BIT_S

public static int SE_PIXEL_TYPE_8BIT_S

SE_PIXEL_TYPE_1BIT

public static int SE_PIXEL_TYPE_1BIT

SE_PIXEL_TYPE_32BIT_REAL

public static int SE_PIXEL_TYPE_32BIT_REAL

SE_COMPRESSION_NONE

public static int SE_COMPRESSION_NONE

SE_COMPRESSION_LZ77

public static int SE_COMPRESSION_LZ77

SE_COMPRESSION_JPEG

public static int SE_COMPRESSION_JPEG

SE_COMPRESSION_JP2

public static int SE_COMPRESSION_JP2
Constructor Detail

SeRaster

public SeRaster()
Method Detail

getBands

public SeRasterBand[] getBands()

getRasterId

public SeObjectId getRasterId()

getInfoById

public void getInfoById(SeObjectId rasterId)
                 throws SeException
Throws:
SeException


Copyright © 1996-2010 Geotools. All Rights Reserved.