Class ModelPosition


  • public class ModelPosition
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float rotation  
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelPosition​(double lat, double lon, float rotation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getLat()  
      double getLon()  
      float getRotation()  
      void setPosition​(double lat, double lon, float rotation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public double x
      • y

        public double y
      • rotation

        public float rotation
    • Constructor Detail

      • ModelPosition

        public ModelPosition​(double lat,
                             double lon,
                             float rotation)
    • Method Detail

      • getLat

        public double getLat()
      • getLon

        public double getLon()
      • getRotation

        public float getRotation()
      • setPosition

        public void setPosition​(double lat,
                                double lon,
                                float rotation)