org.das2.datum.OrbitDatumRange
DatumRange implementation that identifies times by orbit number. Note orbit numbers are strings, see Cassini for why.
next will return the same one at the end of the sequence.
dr= new OrbitDatumRange( "crres", "6" )
dr.toString() → "orbit:crres:6"
dr= dr.next()
dr.toString() → "orbit:crres:7"
Also, orbit:http://das2.org/wiki/index.php/Orbits/crres:6 is supported for development work and personal lists.
OrbitDatumRange( String sc, String orbit )
OrbitDatumRange( String sc, String orbit, Units unitPref )
compareTo
compareTo( Object o ) → int
Parameters
o - an Object
Returns:
int
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
convertTo
convertTo( Units u ) → DatumRange
Parameters
u - an Units
Returns:
org.das2.datum.DatumRange
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
equals
equals( Object o ) → boolean
Parameters
o - an Object
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getOrbit
getOrbit( ) → String
return the string identifying this orbit, assuming the context is
provided elsewhere. For example, supposing this toString() is "orbit:rbspa-pp:43"
then this would return just "43"
Returns:
the string providing the orbit.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
hashCode
hashCode( ) → int
Returns:
int
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
next
next( ) → DatumRange
Returns:
org.das2.datum.DatumRange
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
previous
previous( ) → DatumRange
Returns:
org.das2.datum.DatumRange
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
toString
toString( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]