com.supermap.plugin

Class LocationManagePlugin.Satellite

  • java.lang.Object
    • com.supermap.plugin.LocationManagePlugin.Satellite
  • Enclosing class:
    LocationManagePlugin


    public static class LocationManagePlugin.Satellite
    extends java.lang.Object
    This class is the inter class of LocationManagePlugin, which identifies the satellites information used to locate, including location, azimuth, signal strength and so on.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      boolean bFix
      Whether to locate.
      float nAzimuth
      The azimuth.
      float nElevation
      The elevation.
      int nSatelliteID
      The satellites ID.
      float nSignal
      The signal strength.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Satellite() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nSatelliteID

        public int nSatelliteID
        The satellites ID.
      • nElevation

        public float nElevation
        The elevation.
      • nAzimuth

        public float nAzimuth
        The azimuth.
      • nSignal

        public float nSignal
        The signal strength.
      • bFix

        public boolean bFix
        Whether to locate.
    • Constructor Detail

      • Satellite

        public Satellite()