Class MappedRegionFilterOptions

java.lang.Object
gov.nasa.gsfc.sscweb.schema.MappedRegionFilterOptions

public class MappedRegionFilterOptions extends Object
Space regions filter options. <p>Java class for MappedRegionFilterOptions complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="MappedRegionFilterOptions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cusp" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/> <element name="Cleft" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/> <element name="AuroralOval" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/> <element name="PolarCap" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/> <element name="MidLatitude" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/> <element name="LowLatitude" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

    • cusp

      protected HemisphereOptions cusp
      Specifies whether the cusp hemisphere region is to be included.
    • cleft

      protected HemisphereOptions cleft
      Specifies whether the cleft hemisphere region is to be included.
    • auroralOval

      protected HemisphereOptions auroralOval
      Specifies whether the auroral oval hemisphere region is to be included.
    • polarCap

      protected HemisphereOptions polarCap
      Specifies whether the polar cap hemisphere region is to be included.
    • midLatitude

      protected HemisphereOptions midLatitude
      Specifies whether the mid latitude hemisphere region is to be included.
    • lowLatitude

      protected boolean lowLatitude
      Specifies whether the low latitude hemisphere region is to be included.
  • Constructor Details

    • MappedRegionFilterOptions

      public MappedRegionFilterOptions()
  • Method Details