Uses of Class
org.opengis.metadata.content.PolarizationOrientation
- 
Packages that use PolarizationOrientation Package Description org.opengis.metadata.content Identification of the feature catalogue used, or description of the content of a coverage dataset. - 
- 
Uses of PolarizationOrientation in org.opengis.metadata.content
Fields in org.opengis.metadata.content declared as PolarizationOrientation Modifier and Type Field Description static PolarizationOrientationPolarizationOrientation. HORIZONTALPolarization of the sensor oriented in the horizontal plane in relation to swath direction.static PolarizationOrientationPolarizationOrientation. LEFT_CIRCULARPolarization of the sensor oriented in the left circular plane in relation to swath direction.static PolarizationOrientationPolarizationOrientation. PHIPolarization of the sensor oriented in the +90 ° and 0 ° perpendicular to swath direction.static PolarizationOrientationPolarizationOrientation. RIGHT_CIRCULARPolarization of the sensor oriented in the right circular plane in relation to swath direction.static PolarizationOrientationPolarizationOrientation. THETAPolarization of the sensor oriented in the angle between +90 ° and 0 ° parallel to swath direction.static PolarizationOrientationPolarizationOrientation. VERTICALPolarization of the sensor oriented in the vertical plane in relation to swath direction.Methods in org.opengis.metadata.content that return PolarizationOrientation Modifier and Type Method Description PolarizationOrientation[]PolarizationOrientation. family()Returns the list of codes of the same kind than this code list element.default PolarizationOrientationBand. getDetectedPolarization()Polarization of the radiation detected.default PolarizationOrientationBand. getTransmittedPolarization()Polarization of the radiation transmitted.static PolarizationOrientationPolarizationOrientation. valueOf(String code)Returns the transfer function type that matches the given string, or returns a new one if none match it.static PolarizationOrientation[]PolarizationOrientation. values()Returns the list ofPolarisationOrientations. 
 -