| Package | Description |
|---|---|
| mil.nga.geopackage.extension.coverage |
| Modifier and Type | Field and Description |
|---|---|
protected GriddedCoverageEncodingType |
CoverageDataCore.encoding
Value pixel encoding type
|
| Modifier and Type | Method and Description |
|---|---|
static GriddedCoverageEncodingType |
GriddedCoverageEncodingType.fromName(String name)
Get the grid cell encoding from the name
|
GriddedCoverageEncodingType |
CoverageDataCore.getEncoding()
Get the value pixel encoding type
|
GriddedCoverageEncodingType |
GriddedCoverage.getGridCellEncodingType()
Get the grid cell encoding type
|
static GriddedCoverageEncodingType |
GriddedCoverageEncodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GriddedCoverageEncodingType[] |
GriddedCoverageEncodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageDataCore.setEncoding(GriddedCoverageEncodingType encoding)
Set the value pixel encoding type
|
void |
GriddedCoverage.setGridCellEncodingType(GriddedCoverageEncodingType encodingtype)
Set the grid cell encoding type
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.