Class InteractivePermission


  • public class InteractivePermission
    extends Object
    Permissions relating to the interactive maps.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean advisories
      Whether or not the client has permission to use advisories
      boolean allow
      Whether or not the client has permission for interactive maps.
      boolean currents
      Whether or not the client has permission to use currents
      boolean nexrad
      Whether or not the client has permission to use nexrad
      boolean radar
      Whether or not the client has permission to use radar
      boolean satellite
      Whether or not the client has permission to use satellites
    • Field Detail

      • allow

        public boolean allow
        Whether or not the client has permission for interactive maps.
      • advisories

        public boolean advisories
        Whether or not the client has permission to use advisories
      • currents

        public boolean currents
        Whether or not the client has permission to use currents
      • nexrad

        public boolean nexrad
        Whether or not the client has permission to use nexrad
      • radar

        public boolean radar
        Whether or not the client has permission to use radar
      • satellite

        public boolean satellite
        Whether or not the client has permission to use satellites
    • Constructor Detail

      • InteractivePermission

        public InteractivePermission()