|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BandDefinition | |
---|---|
org.opengis.metadata.content | Content information (includes Feature catalogue and Coverage descriptions). |
Uses of BandDefinition in org.opengis.metadata.content |
---|
Fields in org.opengis.metadata.content declared as BandDefinition | |
---|---|
static BandDefinition |
BandDefinition.EQUIVALENT_WIDTH
Width of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described. |
static BandDefinition |
BandDefinition.FIFTY_PERCENT
Full spectral width of a spectral power density measured at 50% of its peak height. |
static BandDefinition |
BandDefinition.HALF_MAXIMUM
Width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak. |
static BandDefinition |
BandDefinition.ONE_OVER_E
Width of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak. |
static BandDefinition |
BandDefinition.THREE_DB
Width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak. |
Methods in org.opengis.metadata.content that return BandDefinition | |
---|---|
BandDefinition[] |
BandDefinition.family()
Returns the list of enumerations of the same kind than this enum. |
BandDefinition |
Band.getBandBoundaryDefinition()
Designation of criterion for defining maximum and minimum wavelengths for a spectral band. |
static BandDefinition |
BandDefinition.valueOf(String code)
Returns the band definition that matches the given string, or returns a new one if none match it. |
static BandDefinition[] |
BandDefinition.values()
Returns the list of BandDefinition s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |