nsidc.spheres
Class SmallCircleArc
java.lang.Object
nsidc.spheres.Sphere
nsidc.spheres.GreatCircle
nsidc.spheres.SmallCircle
nsidc.spheres.SmallCircleArc
- public class SmallCircleArc
- extends SmallCircle
SmallCircleArc class - provides services and information relating
to a small circle arc.
A small circle arc is a piece of a small circle. For purposes of
this package we always define small circles relative the parallel
great circle. This seems reasonable since the small circles used
in this package are all edges of orbits and hence a known distance
from the great circle defined by nadir.
The left and right edges of a scene are small circle arcs so we need
this class to compare scenes to other areas on a sphere.
This class assumes a spherical earth.
- See Also:
Scene,
GreatCircle,
SmallCircle
| Fields inherited from class nsidc.spheres.GreatCircle |
a, b, c, const_term, denominator, firstX, inflection_point, is_meridian, lin_term, numerator, planar_const, rad, scale, secondX, sphere_const, sqr_term, tmp_z |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SmallCircleArc
public SmallCircleArc()
intersects
public boolean intersects(SmallCircleArc other)
- Determine if this small circle arc intersects another.
- Parameters:
other - Another small circle arc.