Class SpaseObservatoryDescription

    • Constructor Detail

      • SpaseObservatoryDescription

        public SpaseObservatoryDescription()
        Default constructor.
      • SpaseObservatoryDescription

        public SpaseObservatoryDescription​(java.lang.String resourceId,
                                           java.util.List<java.lang.String> groupIds,
                                           java.lang.String id,
                                           java.lang.String name,
                                           int resolution,
                                           java.util.Calendar startTime,
                                           java.util.Calendar endTime,
                                           java.lang.String geometry,
                                           java.lang.String trajectory)
        Constructs a SpaseObservatoryDescription with the given attribute values.
        Parameters:
        resourceId - /Spase/Observatory/ResourceID value
        groupIds - /Spase/Observatory/ObservatoryGroupID values.
        id - satellite identifier
        name - satellite name
        resolution - position information resolution (seconds between points
        startTime - beginning time of position information
        endTime - ending time of position information
        geometry - URL to a file containing the recommended X3D geometry description for rendering the satellite
        trajectory - URL to a file containing the recommended X3D geometry description for rendering the satellite's trajectory
    • Method Detail

      • setResourceId

        public void setResourceId​(java.lang.String value)
        Sets the /Spase/Observatory/ResourcdID to the given value.
        Parameters:
        value - new /Spase/Observatory/ResourcdID value
        See Also:
        getResourceId()
      • getResourceId

        public java.lang.String getResourceId()
        Gets the /Spase/Observatory/ResourcdID value.
        Returns:
        /Spase/Observatory/ResourcdID value
        See Also:
        setResourceId(java.lang.String)
      • setGroupIds

        public void setGroupIds​(java.util.List<java.lang.String> values)
        Sets the /Spase/Observatory/ObservatoryGroupID values.
        Parameters:
        values - new /Spase/Observatory/ObservatoryGroupID values.
        See Also:
        getGroupIds()
      • getGroupIds

        public java.util.List<java.lang.String> getGroupIds()
        Gets the /Spase/Observatory/ObservatoryGroupID values.
        Returns:
        /Spase/Observatory/ObservatoryGroupID values.
        See Also:
        setGroupIds(java.util.List<java.lang.String>)