Uses of Class
org.opengis.metadata.content.BandDefinition
- 
Packages that use BandDefinition Package Description org.opengis.metadata.content Identification of the feature catalogue used, or description of the content of a coverage dataset. - 
- 
Uses of BandDefinition in org.opengis.metadata.content
Fields in org.opengis.metadata.content declared as BandDefinition Modifier and Type Field Description static BandDefinitionBandDefinition. EQUIVALENT_WIDTHWidth 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 BandDefinitionBandDefinition. FIFTY_PERCENTFull spectral width of a spectral power density measured at 50% of its peak height.static BandDefinitionBandDefinition. HALF_MAXIMUMWidth 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 BandDefinitionBandDefinition. ONE_OVER_EWidth 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 BandDefinitionBandDefinition. THREE_DBWidth 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 Modifier and Type Method Description BandDefinition[]BandDefinition. family()Returns the list of codes of the same kind than this code list element.default BandDefinitionBand. getBandBoundaryDefinition()Designation of criterion for defining maximum and minimum wavelengths for a spectral band.static BandDefinitionBandDefinition. 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 ofBandDefinitions. 
 -