public class TrackManipulation extends Object
| Constructor and Description |
|---|
TrackManipulation(float lat1,
float lon1,
float lat2,
float lon2,
DisplayImplJ3D d,
float xs,
float ys,
float ang)
(lat1, lon1) start of track
(lat2, lon2) end of track
d is a DisplayImplJ3D that has ScalarMaps of Latitude and
Longitude but is not linked yet to any DataReferences;
this constructor will add another ScalarMap to Shape and
link the DisplayImplJ3D d to three data objects, two by
direct manipulation
|
public TrackManipulation(float lat1,
float lon1,
float lat2,
float lon2,
DisplayImplJ3D d,
float xs,
float ys,
float ang)
throws VisADException,
RemoteException
VisADExceptionRemoteExceptionpublic static void main(String[] args) throws VisADException, RemoteException
VisADExceptionRemoteException