public class RasterBandInfo extends Object
Constructor and Description |
---|
RasterBandInfo() |
RasterBandInfo(long bandId,
RasterCellType nativeType,
Number noDataValue,
double statsMin,
double statsMax) |
Modifier and Type | Method and Description |
---|---|
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() |
public RasterBandInfo()
public RasterBandInfo(long bandId, RasterCellType nativeType, Number noDataValue, double statsMin, double statsMax)
public long getBandId()
public String getBandName()
public int getBandNumber()
public boolean isColorMapped()
public CompressionType getCompressionType()
public RasterCellType getCellType()
public InterleaveType getInterleaveType()
public InterpolationType getInterpolationType()
public boolean isHasStats()
public Point getTileOrigin()
public IndexColorModel getNativeColorMap()
public IndexColorModel getColorMap()
public double getStatsMin()
public double getStatsMax()
public double getStatsMean()
public double getStatsStdDev()
public Number getNoDataValue()
Copyright © 1996–2019 Geotools. All rights reserved.