Documentation of 'visad.bom.TrackManipulation' Java class
TrackManipulation
visad.bom

Class TrackManipulation



  • public class TrackManipulation
    extends java.lang.Object
    TrackManipulation is the VisAD class for direct manipulation rendering of storm tracks under Java3D
    • Constructor Summary

      Constructors 
      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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args)
      test TrackManipulation optional command line arguments: java visad.bom.TrackManipulation xsize ysize angle(degrees)
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrackManipulation

        public TrackManipulation(float lat1,
                                 float lon1,
                                 float lat2,
                                 float lon2,
                                 DisplayImplJ3D d,
                                 float xs,
                                 float ys,
                                 float ang)
                          throws VisADException,
                                 java.rmi.RemoteException
        (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
        Throws:
        VisADException
        java.rmi.RemoteException
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws VisADException,
                                java.rmi.RemoteException
        test TrackManipulation optional command line arguments: java visad.bom.TrackManipulation xsize ysize angle(degrees)
        Throws:
        VisADException
        java.rmi.RemoteException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.