Uses of Class
org.opengis.metadata.content.PolarizationOrientation
Packages that use PolarizationOrientation
Package
Description
Description of the dataset content.
Content information
(includes Feature catalogue and Coverage descriptions).
-
Uses of PolarizationOrientation in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return PolarizationOrientationModifier and TypeMethodDescriptionDefaultBand.getDetectedPolarization()Returns polarization of the radiation detected.DefaultBand.getTransmittedPolarization()Returns the polarization of the radiation transmitted.Methods in org.apache.sis.metadata.iso.content with parameters of type PolarizationOrientationModifier and TypeMethodDescriptionvoidDefaultBand.setDetectedPolarization(PolarizationOrientation newValue) Sets the polarization of the radiation detected.voidDefaultBand.setTransmittedPolarization(PolarizationOrientation newValue) Sets the polarization of the radiation transmitted. -
Uses of PolarizationOrientation in org.opengis.metadata.content
Subclasses with type arguments of type PolarizationOrientation in org.opengis.metadata.contentModifier and TypeClassDescriptionfinal classPolarization of the antenna relative to the waveform.Fields in org.opengis.metadata.content declared as PolarizationOrientationModifier and TypeFieldDescriptionstatic final PolarizationOrientationPolarizationOrientation.HORIZONTALPolarization of the sensor oriented in the horizontal plane in relation to swath direction.static final PolarizationOrientationPolarizationOrientation.LEFT_CIRCULARPolarization of the sensor oriented in the left circular plane in relation to swath direction.static final PolarizationOrientationPolarizationOrientation.PHIPolarization of the sensor oriented in the +90 ° and 0 ° perpendicular to swath direction.static final PolarizationOrientationPolarizationOrientation.RIGHT_CIRCULARPolarization of the sensor oriented in the right circular plane in relation to swath direction.static final PolarizationOrientationPolarizationOrientation.THETAPolarization of the sensor oriented in the angle between +90 ° and 0 ° parallel to swath direction.static final PolarizationOrientationPolarizationOrientation.VERTICALPolarization of the sensor oriented in the vertical plane in relation to swath direction.Methods in org.opengis.metadata.content that return PolarizationOrientationModifier and TypeMethodDescriptionPolarizationOrientation.family()Returns the list of enumerations of the same kind as this enum.Band.getDetectedPolarization()Polarization of the radiation detected.Band.getTransmittedPolarization()Polarization of the radiation transmitted.static PolarizationOrientationReturns 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 ofPolarizationOrientations.