Uses of Class
mil.nga.geopackage.extension.coverage.GriddedCoverageEncodingType
-
Packages that use GriddedCoverageEncodingType Package Description mil.nga.geopackage.extension.coverage -
-
Uses of GriddedCoverageEncodingType in mil.nga.geopackage.extension.coverage
Fields in mil.nga.geopackage.extension.coverage declared as GriddedCoverageEncodingType Modifier and Type Field Description protected GriddedCoverageEncodingTypeCoverageDataCore. encodingValue pixel encoding typeMethods in mil.nga.geopackage.extension.coverage that return GriddedCoverageEncodingType Modifier and Type Method Description static GriddedCoverageEncodingTypeGriddedCoverageEncodingType. fromName(String name)Get the grid cell encoding from the nameGriddedCoverageEncodingTypeCoverageDataCore. getEncoding()Get the value pixel encoding typeGriddedCoverageEncodingTypeGriddedCoverage. getGridCellEncodingType()Get the grid cell encoding typestatic GriddedCoverageEncodingTypeGriddedCoverageEncodingType. 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.Methods in mil.nga.geopackage.extension.coverage with parameters of type GriddedCoverageEncodingType Modifier and Type Method Description voidCoverageDataCore. setEncoding(GriddedCoverageEncodingType encoding)Set the value pixel encoding typevoidGriddedCoverage. setGridCellEncodingType(GriddedCoverageEncodingType encodingtype)Set the grid cell encoding type
-