com.supermap.services.providers

Class GDPMapProvider

  • Projected as WebMercator (EPSG: 3857).
  • Supports cached slices in 3.1 and 5.0 format.
  • Each slice package file contains a section of the slice file. The geographical width of the area of the slice package is as follows:
  • 0-7 level: the regional width of 6378137 * PI * 2 (that is, the Earth circumference).
  • Beginning with level 8, the area width is progressively halved.

    • Constructor Detail

      • GDPMapProvider

        public GDPMapProvider()
        
      • GDPMapProvider

        public GDPMapProvider(GDPMapProviderSetting setting)
        

        Constructors with parameters.

        Parameters:
        setting - Map service provider configuration.