Class CachedLatLon

  • All Implemented Interfaces:
    java.io.Serializable, ILatLon

    public class CachedLatLon
    extends LatLon
    LatLon class that maintains a cache of projected EastNorth coordinates. This class is convenient to use, but has relatively high memory costs. It keeps a pointer to the last known projection in order to detect projection changes. Node and WayPoint have another, optimized, cache for projected coordinates.
    See Also:
    Serialized Form