|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RasterCellType | |
---|---|
org.geotools.arcsde.raster.info |
Uses of RasterCellType in org.geotools.arcsde.raster.info |
---|
Methods in org.geotools.arcsde.raster.info that return RasterCellType | |
---|---|
static RasterCellType |
RasterUtils.determineTargetCellType(RasterCellType nativeCellType,
List<Number> noDataValues)
|
RasterCellType |
RasterBandInfo.getCellType()
|
RasterCellType |
RasterInfo.getNativeCellType()
|
RasterCellType |
RasterDatasetInfo.getNativeCellType()
|
RasterCellType |
RasterInfo.getTargetCellType()
|
RasterCellType |
RasterDatasetInfo.getTargetCellType(int rasterIndex)
|
RasterCellType |
RasterDatasetInfo.getTargetCellType(long rasterId)
|
static RasterCellType |
RasterCellType.valueOf(int seRasterPixelType)
|
static RasterCellType |
RasterCellType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RasterCellType[] |
RasterCellType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.geotools.arcsde.raster.info with parameters of type RasterCellType | |
---|---|
static Number |
RasterUtils.determineNoDataValue(int numBands,
double statsMin,
double statsMax,
RasterCellType nativeCellType)
|
static RasterCellType |
RasterUtils.determineTargetCellType(RasterCellType nativeCellType,
List<Number> noDataValues)
|
static boolean |
RasterUtils.isGeoPhysics(int numBands,
RasterCellType nativeCellType)
|
Constructors in org.geotools.arcsde.raster.info with parameters of type RasterCellType | |
---|---|
RasterBandInfo(long bandId,
RasterCellType nativeType,
Number noDataValue,
double statsMin,
double statsMax)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |