Skip navigation links
C D F G H L O R S T V 

C

clone() - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
 
CoordinateSystem - Enum in gov.nasa.gsfc.spdf.helio
This class represents the coordinate systems supported by the HeliocentricTrajectoriesInterface services.

D

DataResult - Class in gov.nasa.gsfc.spdf.helio
This class represents the result of a Request to the HeliocentricTrajectoriesInterface services.
DataResult() - Constructor for class gov.nasa.gsfc.spdf.helio.DataResult
Constructs a default DataResult with no data.
DataResult(ResultStatusCode, ResultStatusSubCode, List<String>) - Constructor for class gov.nasa.gsfc.spdf.helio.DataResult
Constructs a DataResult with the given values.
DataResult(ResultStatusCode, ResultStatusSubCode, List<String>, List<Trajectory>) - Constructor for class gov.nasa.gsfc.spdf.helio.DataResult
Constructs a DataResult with the given values.

F

FileResult - Class in gov.nasa.gsfc.spdf.helio
This class represents the result of a Request to the HeliocentricTrajectoriesInterface service.
FileResult() - Constructor for class gov.nasa.gsfc.spdf.helio.FileResult
Constructs a default FileResult with no data.
FileResult(ResultStatusCode, ResultStatusSubCode, List<String>, List<String>) - Constructor for class gov.nasa.gsfc.spdf.helio.FileResult
Constructs a FileResult with the given values.
fromValue(int) - Static method in enum gov.nasa.gsfc.spdf.helio.CoordinateSystem
Provides the CoordinateSystem corresponding to the given integer value.
fromValue(int) - Static method in enum gov.nasa.gsfc.spdf.helio.ResultStatusCode
Provides the ResultStatusCode corresponding to the given integer value.
fromValue(int) - Static method in enum gov.nasa.gsfc.spdf.helio.ResultStatusSubCode
Provides the ResultStatusSubCode corresponding to the given integer value.

G

getAcknowledgements() - Method in interface gov.nasa.gsfc.spdf.helio.HeliocentricTrajectoriesInterface
This method provides a list of URLs that can be used by clients to acknowledge the use of these Web Services.
getAllObjects() - Method in interface gov.nasa.gsfc.spdf.helio.HeliocentricTrajectoriesInterface
Provides the names of all the ObjectDescriptions available through this Web Service.
getBeginDate() - Method in class gov.nasa.gsfc.spdf.helio.Request
Gets the beginDate of the requested trajectory.
getCoordinateSystem() - Method in class gov.nasa.gsfc.spdf.helio.Request
Gets the CoordinateSystem.
getCoordinateSystem() - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Gets the coordinateSystem value.
getEndDate() - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
Gets the end date (ending date of position information) value.
getEndDate() - Method in class gov.nasa.gsfc.spdf.helio.Request
Gets the endDate of the requested trajectory.
getId() - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
Gets the object identifier value.
getId() - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Gets the object identifier for this data.
getLatitude() - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Gets the latitude value.
getLongitude() - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Gets the longitude value.
getName() - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
Gets the object name value.
getObjects() - Method in class gov.nasa.gsfc.spdf.helio.Request
Gets the objects.
getPrivacyAndImportantNotices() - Method in interface gov.nasa.gsfc.spdf.helio.HeliocentricTrajectoriesInterface
This method provides a list of URLs to privacy and important notices concerning the use of these Web Services.
getRadius() - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Gets the radius value.
getResolution() - Method in class gov.nasa.gsfc.spdf.helio.Request
Gets the resolution.
getStartDate() - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
Gets the start date (beginning date of position information) value.
getStatusCode() - Method in class gov.nasa.gsfc.spdf.helio.Result
Gets the status code value.
getStatusSubCode() - Method in class gov.nasa.gsfc.spdf.helio.Result
Gets the status sub-code value.
getStatusText() - Method in class gov.nasa.gsfc.spdf.helio.Result
Gets the textual status value.
getTime() - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Gets the time values.
getTrajectories() - Method in class gov.nasa.gsfc.spdf.helio.DataResult
Gets the trajectories.
getTrajectories(Request) - Method in interface gov.nasa.gsfc.spdf.helio.HeliocentricTrajectoriesInterface
Requests trajectory information for an object.
getUrls() - Method in class gov.nasa.gsfc.spdf.helio.FileResult
Gets the URLs to the files containing the requested information.
gov.nasa.gsfc.spdf.helio - package gov.nasa.gsfc.spdf.helio
Provides a Web Service interface to NASA's HelioWeb.

H

HeliocentricTrajectoriesInterface - Interface in gov.nasa.gsfc.spdf.helio
This interface represents the XML Web Service interface to NASA's HelioWeb.
HelioException - Exception in gov.nasa.gsfc.spdf.helio
This class represents exceptional conditions that may occur during the execution of HeliocentricTrajectories Web service operations.
HelioException() - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioException
Constructs an HelioException with null as its detail message.
HelioException(String) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioException
Constructs an HelioException with the specified detail message.
HelioException(String, Throwable) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioException
Constructs a new exception with the specified detail message and cause.
HelioException(Throwable) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioException
Constructs a new exception with the specified cause and a detail message of {@code (cause==null ?
HelioExternalException - Exception in gov.nasa.gsfc.spdf.helio
This class represents exceptional conditions that occur during the execution of HeliocentricTrajectories Web service operations.
HelioExternalException() - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioExternalException
Constructs an HelioExternalException with null as its detail message.
HelioExternalException(String) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioExternalException
Constructs an HelioExternalException with the specified detail message.
HelioExternalException(String, Throwable) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioExternalException
Constructs a new exception with the specified detail message and cause.
HelioExternalException(Throwable) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioExternalException
Constructs a new exception with the specified cause and a detail message of {@code (cause==null ?
HelioInternalException - Exception in gov.nasa.gsfc.spdf.helio
This class represents exceptional conditions that occur during the execution of HeliocentricTrajectories Web service operations.
HelioInternalException() - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioInternalException
Constructs an HelioInternalException with null as its detail message.
HelioInternalException(String) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioInternalException
Constructs an HelioInternalException with the specified detail message.
HelioInternalException(String, Throwable) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioInternalException
Constructs a new exception with the specified detail message and cause.
HelioInternalException(Throwable) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioInternalException
Constructs a new exception with the specified cause and a detail message of {@code (cause==null ?
HelioResourceLimitExceededException - Exception in gov.nasa.gsfc.spdf.helio
This class represents a resource limit exceeded exceptional condition.
HelioResourceLimitExceededException() - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioResourceLimitExceededException
Constructs an HelioResourceLimitExceededException with null as its detail message.
HelioResourceLimitExceededException(String) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioResourceLimitExceededException
Constructs an HelioResourceLimitExceededException with the specified detail message.
HelioResourceLimitExceededException(String, Throwable) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioResourceLimitExceededException
Constructs a new exception with the specified detail message and cause.
HelioResourceLimitExceededException(Throwable) - Constructor for exception gov.nasa.gsfc.spdf.helio.HelioResourceLimitExceededException
Constructs a new exception with the specified cause and a detail message of {@code (cause==null ?

L

list(PrintStream) - Method in class gov.nasa.gsfc.spdf.helio.Request
Prints this object's value to the specified output stream.

O

ObjectDescription - Class in gov.nasa.gsfc.spdf.helio
This class represents an objects description.
ObjectDescription() - Constructor for class gov.nasa.gsfc.spdf.helio.ObjectDescription
Constructs a ObjectDescription with a null value.
ObjectDescription(String, String, Calendar, Calendar) - Constructor for class gov.nasa.gsfc.spdf.helio.ObjectDescription
Constructs a ObjectDescription with the given attribute values.

R

Request - Class in gov.nasa.gsfc.spdf.helio
This class represents a request for the HeliocentricTrajectoriesInterface.
Request() - Constructor for class gov.nasa.gsfc.spdf.helio.Request
Constructs a default Request object.
Request(List<String>, CoordinateSystem, Calendar, Calendar, int) - Constructor for class gov.nasa.gsfc.spdf.helio.Request
Constructs an Request object with the given attribute values.
Result - Class in gov.nasa.gsfc.spdf.helio
This class represents the result of a request to the HeliocentricTrajectoriesInterface service.
Result() - Constructor for class gov.nasa.gsfc.spdf.helio.Result
Constructs a Result with a default (successful) value.
Result(ResultStatusCode, ResultStatusSubCode, List<String>) - Constructor for class gov.nasa.gsfc.spdf.helio.Result
Constructs a Result with the given values.
ResultStatusCode - Enum in gov.nasa.gsfc.spdf.helio
This class represents Result status code values.
ResultStatusSubCode - Enum in gov.nasa.gsfc.spdf.helio
This class represents Result status sub-code values.

S

setBeginDate(Calendar) - Method in class gov.nasa.gsfc.spdf.helio.Request
Sets the beginDate of the requested trajectory (any time value is ignored).
setCoordinateSystem(CoordinateSystem) - Method in class gov.nasa.gsfc.spdf.helio.Request
Sets the CoordinateSystem.
setCoordinateSystem(CoordinateSystem) - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Sets the coordinateSystem value.
setEndDate(Calendar) - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
Sets the end date (ending date of position information) to the given value.
setEndDate(Calendar) - Method in class gov.nasa.gsfc.spdf.helio.Request
Sets the endDate of the requested trajectory (any time value is ignored).
setId(String) - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
Sets the object identifier to the given value.
setId(String) - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Sets the object identifier to the given value.
setLatitude(List<Double>) - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Set the latitude value.
setLongitude(List<Double>) - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Set the longitude value.
setName(String) - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
Sets the object name to the given value.
setObjects(List<String>) - Method in class gov.nasa.gsfc.spdf.helio.Request
Sets the objects.
setRadius(List<Double>) - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Set the radius value.
setResolution(int) - Method in class gov.nasa.gsfc.spdf.helio.Request
Sets the resolution.
setStartDate(Calendar) - Method in class gov.nasa.gsfc.spdf.helio.ObjectDescription
Sets the start date (beginning date of position information) to the given value.
setStatusCode(ResultStatusCode) - Method in class gov.nasa.gsfc.spdf.helio.Result
Sets the status code value.
setStatusSubCode(ResultStatusSubCode) - Method in class gov.nasa.gsfc.spdf.helio.Result
Sets the status sub-code value.
setStatusText(List<String>) - Method in class gov.nasa.gsfc.spdf.helio.Result
Sets the textual status value.
setTime(List<Calendar>) - Method in class gov.nasa.gsfc.spdf.helio.Trajectory
Sets the time values.
setTrajectories(List<Trajectory>) - Method in class gov.nasa.gsfc.spdf.helio.DataResult
Sets the trajectories.
setUrls(List<String>) - Method in class gov.nasa.gsfc.spdf.helio.FileResult
Sets the URLs to the files containing the requested information.

T

toString() - Method in enum gov.nasa.gsfc.spdf.helio.CoordinateSystem
Provides a string representation of this CoordinateSystem.
toString() - Method in enum gov.nasa.gsfc.spdf.helio.ResultStatusCode
Provides a string representation of this ResultStatusCode.
toString() - Method in enum gov.nasa.gsfc.spdf.helio.ResultStatusSubCode
Provides a string representation of this ResultStatusSubCode.
Trajectory - Class in gov.nasa.gsfc.spdf.helio
This class represents an object's heliocentric trajectory.
Trajectory() - Constructor for class gov.nasa.gsfc.spdf.helio.Trajectory
Constructs a Trajectory with an empty value.
Trajectory(String, List<Calendar>, CoordinateSystem, List<Double>, List<Double>, List<Double>) - Constructor for class gov.nasa.gsfc.spdf.helio.Trajectory
Constructs a Trajectory with the given attribute values.

V

value() - Method in enum gov.nasa.gsfc.spdf.helio.CoordinateSystem
Provides the integer value corresponding to this CoordinateSystem.
value() - Method in enum gov.nasa.gsfc.spdf.helio.ResultStatusCode
Provides the integer value corresponding to this ResultStatusCode.
value() - Method in enum gov.nasa.gsfc.spdf.helio.ResultStatusSubCode
Provides the integer value corresponding to this ResultStatusSubCode.
valueOf(String) - Static method in enum gov.nasa.gsfc.spdf.helio.CoordinateSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.gsfc.spdf.helio.ResultStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.gsfc.spdf.helio.ResultStatusSubCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum gov.nasa.gsfc.spdf.helio.CoordinateSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.gsfc.spdf.helio.ResultStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.gsfc.spdf.helio.ResultStatusSubCode
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G H L O R S T V 
Skip navigation links

Web Services Feedback.

Copyright © 2007-2021 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 Right s Reserved.