Class KmlRequest


public class KmlRequest extends LocationRequest
<p>Java class for anonymous complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType> <complexContent> <extension base="{http://sscweb.gsfc.nasa.gov/schema}LocationRequest"> <sequence> <element name="Trajectory" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="NorthBFieldTraceFootpoint" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="SouthBFieldTraceFootpoint" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

    • trajectory

      protected boolean trajectory
      Specifies whether trajectory information is requested.
    • northBFieldTraceFootpoint

      protected boolean northBFieldTraceFootpoint
      Specifies whether north B-Field trace information is requested.
    • southBFieldTraceFootpoint

      protected boolean southBFieldTraceFootpoint
      Specifies whether south B-Field trace information is requested.
  • Constructor Details

    • KmlRequest

      public KmlRequest()
  • Method Details

    • isTrajectory

      public boolean isTrajectory()
      Specifies whether trajectory information is requested.
    • setTrajectory

      public void setTrajectory(boolean value)
      Sets the value of the trajectory property.
    • isNorthBFieldTraceFootpoint

      public boolean isNorthBFieldTraceFootpoint()
      Specifies whether north B-Field trace information is requested.
    • setNorthBFieldTraceFootpoint

      public void setNorthBFieldTraceFootpoint(boolean value)
      Sets the value of the northBFieldTraceFootpoint property.
    • isSouthBFieldTraceFootpoint

      public boolean isSouthBFieldTraceFootpoint()
      Specifies whether south B-Field trace information is requested.
    • setSouthBFieldTraceFootpoint

      public void setSouthBFieldTraceFootpoint(boolean value)
      Sets the value of the southBFieldTraceFootpoint property.