Uses of Class
org.opengis.metadata.content.PolarizationOrientation
Package
Description
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
-
Uses of PolarizationOrientation in org.opengis.metadata.content
Modifier and TypeFieldDescriptionstatic final PolarizationOrientation
PolarizationOrientation.HORIZONTAL
Polarization of the sensor oriented in the horizontal plane in relation to swath direction.static final PolarizationOrientation
PolarizationOrientation.LEFT_CIRCULAR
Polarization of the sensor oriented in the left circular plane in relation to swath direction.static final PolarizationOrientation
PolarizationOrientation.PHI
Polarization of the sensor oriented in the +90 ° and 0 ° perpendicular to swath direction.static final PolarizationOrientation
PolarizationOrientation.RIGHT_CIRCULAR
Polarization of the sensor oriented in the right circular plane in relation to swath direction.static final PolarizationOrientation
PolarizationOrientation.THETA
Polarization of the sensor oriented in the angle between +90 ° and 0 ° parallel to swath direction.static final PolarizationOrientation
PolarizationOrientation.VERTICAL
Polarization of the sensor oriented in the vertical plane in relation to swath direction.Modifier and TypeMethodDescriptionPolarizationOrientation.family()
Returns the list of codes of the same kind as this code list element.default PolarizationOrientation
Band.getDetectedPolarization()
Polarization of the radiation detected.default PolarizationOrientation
Band.getTransmittedPolarization()
Polarization of the radiation transmitted.static PolarizationOrientation
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 ofPolarisationOrientation
s.