|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SampleDimensionType | |
---|---|
org.opengis.coverage | Coverages (generate a value for any point). |
Uses of SampleDimensionType in org.opengis.coverage |
---|
Fields in org.opengis.coverage declared as SampleDimensionType | |
---|---|
static SampleDimensionType |
SampleDimensionType.REAL_32BITS
Simple precision floating point numbers. |
static SampleDimensionType |
SampleDimensionType.REAL_64BITS
Double precision floating point numbers. |
static SampleDimensionType |
SampleDimensionType.SIGNED_16BITS
Signed 16 bits integers. |
static SampleDimensionType |
SampleDimensionType.SIGNED_32BITS
Signed 32 bits integers. |
static SampleDimensionType |
SampleDimensionType.SIGNED_8BITS
Signed 8 bits integers. |
static SampleDimensionType |
SampleDimensionType.UNSIGNED_16BITS
Unsigned 16 bits integers. |
static SampleDimensionType |
SampleDimensionType.UNSIGNED_1BIT
Unsigned 1 bit integers. |
static SampleDimensionType |
SampleDimensionType.UNSIGNED_2BITS
Unsigned 2 bits integers. |
static SampleDimensionType |
SampleDimensionType.UNSIGNED_32BITS
Unsigned 32 bits integers. |
static SampleDimensionType |
SampleDimensionType.UNSIGNED_4BITS
Unsigned 4 bits integers. |
static SampleDimensionType |
SampleDimensionType.UNSIGNED_8BITS
Unsigned 8 bits integers. |
Methods in org.opengis.coverage that return SampleDimensionType | |
---|---|
SampleDimensionType |
SampleDimension.getSampleDimensionType()
A code value indicating grid value data type. |
static SampleDimensionType |
SampleDimensionType.valueOf(String code)
Returns the SampleDimensionType that matches the given string, or returns a new one if none match it. |
static SampleDimensionType[] |
SampleDimensionType.values()
Returns the list of SampleDimensionType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |