Class CadfGeolocation


  • public final class CadfGeolocation
    extends java.lang.Object
    Representation of the CADF Geolocation type. Geolocation information, which reveals a resource’s physical location, is obtained by using tracking technologies such as global positioning system (GPS) devices, or IP geolocation by using databases that map IP addresses to geographic locations. Geolocation information is widely used in context-sensitive content delivery, enforcing location-based access restrictions on services, and fraud detection and prevention. Due to the intense concerns about security and privacy, countries and regions introduced various legislation and regulation. To determine whether an event is compliant sometimes depends on the geolocation of the event. Therefore, it is crucial to report geolocation information unambiguously in an audit trail.
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns:
        the id
      • getElevation

        public java.lang.Double getElevation()
        Returns:
        the elevation
      • getAccuracy

        public java.lang.Double getAccuracy()
        Returns:
        the accuracy
      • getState

        public java.lang.String getState()
        Returns:
        the state
      • getAnnotations

        public java.util.ArrayList<CadfMapItem> getAnnotations()
        Returns:
        the annotations
      • getCity

        public java.lang.String getCity()
      • getRegionICANN

        public java.lang.String getRegionICANN()
      • getLatitude

        public java.lang.String getLatitude()
      • getLongitude

        public java.lang.String getLongitude()