Class ResultOptions

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

public class ResultOptions extends Object
Query result options. <p>Java class for ResultOptions complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="ResultOptions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IncludeQueryInResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="QueryResultType" type="{http://sscweb.gsfc.nasa.gov/schema}QueryResultType"/> <element name="FormatOptions" type="{http://sscweb.gsfc.nasa.gov/schema}FormatOptions" minOccurs="0"/> <element name="TraceCoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}TraceCoordinateSystem"/> <element name="SubSatelliteCoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}CoordinateSystem"/> <element name="SubSatelliteCoordinateSystemType" type="{http://sscweb.gsfc.nasa.gov/schema}CoordinateSystemType"/> </sequence> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

    • includeQueryInResult

      protected boolean includeQueryInResult
      Indicates whether to include a copy of the query in the results.
    • queryResultType

      protected QueryResultType queryResultType
      Result representation.
    • formatOptions

      protected FormatOptions formatOptions
      Format options. Only applicable when QueryResultType is Listing.
    • traceCoordinateSystem

      protected TraceCoordinateSystem traceCoordinateSystem
      Trace coordinate system.
    • subSatelliteCoordinateSystem

      protected CoordinateSystem subSatelliteCoordinateSystem
      Sub-satellite coordinate system.
    • subSatelliteCoordinateSystemType

      protected CoordinateSystemType subSatelliteCoordinateSystemType
      Sub-satellite coordinate system type.
  • Constructor Details

    • ResultOptions

      public ResultOptions()
  • Method Details