Uses of Class
org.opengis.metadata.content.BandDefinition
Package
Description
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
-
Uses of BandDefinition in org.opengis.metadata.content
Modifier and TypeFieldDescriptionstatic final 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 final BandDefinition
BandDefinition.FIFTY_PERCENT
Full spectral width of a spectral power density measured at 50% of its peak height.static final 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 final 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 final 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.Modifier and TypeMethodDescriptionBandDefinition.family()
Returns the list of codes of the same kind as this code list element.default BandDefinition
Band.getBandBoundaryDefinition()
Designation of criterion for defining maximum and minimum wavelengths for a spectral band.static BandDefinition
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 ofBandDefinition
s.