org.geotools.arcsde.raster.info
Class RasterBandInfo

Object
  extended by RasterBandInfo

public class RasterBandInfo
extends Object

Since:
2.5.4
Author:
Gabriel Roldan (OpenGeo)
Module:

Constructor Summary
RasterBandInfo()
           
RasterBandInfo(long bandId, RasterCellType nativeType, Number noDataValue, double statsMin, double statsMax)
           
 
Method Summary
 long getBandId()
           
 String getBandName()
           
 int getBandNumber()
           
 RasterCellType getCellType()
           
 IndexColorModel getColorMap()
           
 CompressionType getCompressionType()
           
 InterleaveType getInterleaveType()
           
 InterpolationType getInterpolationType()
           
 IndexColorModel getNativeColorMap()
           
 Number getNoDataValue()
           
 double getStatsMax()
           
 double getStatsMean()
           
 double getStatsMin()
           
 double getStatsStdDev()
           
 Point getTileOrigin()
           
 boolean isColorMapped()
           
 boolean isHasStats()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RasterBandInfo

public RasterBandInfo()

RasterBandInfo

public RasterBandInfo(long bandId,
                      RasterCellType nativeType,
                      Number noDataValue,
                      double statsMin,
                      double statsMax)
Method Detail

getBandId

public long getBandId()
Returns:
the ArcSDE identifier for the band

getBandName

public String getBandName()

getBandNumber

public int getBandNumber()

isColorMapped

public boolean isColorMapped()

getCompressionType

public CompressionType getCompressionType()

getCellType

public RasterCellType getCellType()

getInterleaveType

public InterleaveType getInterleaveType()

getInterpolationType

public InterpolationType getInterpolationType()

isHasStats

public boolean isHasStats()

getTileOrigin

public Point getTileOrigin()

getNativeColorMap

public IndexColorModel getNativeColorMap()

getColorMap

public IndexColorModel getColorMap()

getStatsMin

public double getStatsMin()

getStatsMax

public double getStatsMax()

getStatsMean

public double getStatsMean()

getStatsStdDev

public double getStatsStdDev()

getNoDataValue

public Number getNoDataValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1996-2010 Geotools. All Rights Reserved.