Class FilteredCoordinateOptions

java.lang.Object
gov.nasa.gsfc.sscweb.schema.CoordinateOptions
gov.nasa.gsfc.sscweb.schema.FilteredCoordinateOptions

public class FilteredCoordinateOptions extends CoordinateOptions
Coordinate system component options that include location filters. <p>Java class for FilteredCoordinateOptions complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="FilteredCoordinateOptions"> <complexContent> <extension base="{http://sscweb.gsfc.nasa.gov/schema}CoordinateOptions"> <sequence> <element name="Filter" type="{http://sscweb.gsfc.nasa.gov/schema}LocationFilter" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

  • Constructor Details

    • FilteredCoordinateOptions

      public FilteredCoordinateOptions()
  • Method Details