public class KmlRequest extends Request
Constructor and Description |
---|
KmlRequest()
Constructs an KmlRequest object with a default value.
|
KmlRequest(java.util.List<SatelliteSpecification> satellites,
java.util.Calendar beginTime,
java.util.Calendar endTime,
BFieldModelOptions bFieldModelOptions,
boolean trajectory,
boolean northBFieldTraceFootpoint,
boolean southBFieldTraceFootpoint)
Constructs a KmlRequest object with the given attribute
values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getNorthBFieldTraceFootpoint()
Gets the north B-field trace footpoint value.
|
boolean |
getSouthBFieldTraceFootpoint()
Gets the south B-field trace footpoint value.
|
boolean |
getTrajectory()
Gets the trajectory value.
|
void |
list(java.io.PrintStream out)
Prints this object's value to the specified output stream.
|
void |
setNorthBFieldTraceFootpoint(boolean value)
Sets the north B-field trace footpoint value.
|
void |
setSouthBFieldTraceFootpoint(boolean value)
Sets the south B-field trace footpoint value.
|
void |
setTrajectory(boolean value)
Sets the trajectory value.
|
getBeginTime, getBFieldModelOptions, getEndTime, getSatellites, setBeginTime, setBFieldModelOptions, setEndTime, setSatellites
public KmlRequest()
public KmlRequest(java.util.List<SatelliteSpecification> satellites, java.util.Calendar beginTime, java.util.Calendar endTime, BFieldModelOptions bFieldModelOptions, boolean trajectory, boolean northBFieldTraceFootpoint, boolean southBFieldTraceFootpoint)
satellites
- identifies the satellites that information is
being requested for (required).beginTime
- beginning of time range (required).endTime
- end of time range (required).bFieldModelOptions
- B field model options (optional).trajectory
- option indicating whether trajectory
information is requested (required).northBFieldTraceFootpoint
- option indicating whether north
B-Field trace footpoint information is requested
(required).southBFieldTraceFootpoint
- option indicating whether south
B-Field trace footpoint information is requested
(required).public boolean getTrajectory()
setTrajectory(boolean)
public void setTrajectory(boolean value)
value
- new value.getTrajectory()
public boolean getNorthBFieldTraceFootpoint()
setNorthBFieldTraceFootpoint(boolean)
public void setNorthBFieldTraceFootpoint(boolean value)
value
- new value.getNorthBFieldTraceFootpoint()
public boolean getSouthBFieldTraceFootpoint()
setSouthBFieldTraceFootpoint(boolean)
public void setSouthBFieldTraceFootpoint(boolean value)
value
- new value.getSouthBFieldTraceFootpoint()
SSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.