Uses of Class
org.opengis.metadata.content.PolarizationOrientation

Packages that use PolarizationOrientation
org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). 
 

Uses of PolarizationOrientation in org.opengis.metadata.content
 

Fields in org.opengis.metadata.content declared as PolarizationOrientation
static PolarizationOrientation PolarizationOrientation.HORIZONTAL
          Polarization of the sensor oriented in the horizontal plane in relation to swath direction.
static PolarizationOrientation PolarizationOrientation.LEFT_CIRCULAR
          Polarization of the sensor oriented in the left circular plane in relation to swath direction.
static PolarizationOrientation PolarizationOrientation.PHI
          Polarization of the sensor oriented in the +90 ° and 0 ° perpendicular to swath direction.
static PolarizationOrientation PolarizationOrientation.RIGHT_CIRCULAR
          Polarization of the sensor oriented in the right circular plane in relation to swath direction.
static PolarizationOrientation PolarizationOrientation.THETA
          Polarization of the sensor oriented in the angle between +90 ° and 0 ° parallel to swath direction.
static PolarizationOrientation PolarizationOrientation.VERTICAL
          Polarization of the sensor oriented in the vertical plane in relation to swath direction.
 

Methods in org.opengis.metadata.content that return PolarizationOrientation
 PolarizationOrientation[] PolarizationOrientation.family()
          Returns the list of enumerations of the same kind than this enum.
 PolarizationOrientation Band.getDetectedPolarization()
          Polarization of the radiation detected.
 PolarizationOrientation Band.getTransmittedPolarization()
          Polarization of the radiation transmitted.
static PolarizationOrientation PolarizationOrientation.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 of PolarizationOrientations.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.