com.supermap.services.wmts

Class WellknownScaleSets.WellknownScaleInfo

  • java.lang.Object
    • com.supermap.services.wmts.WellknownScaleSets.WellknownScaleInfo
  • Enclosing class:
    WellknownScaleSets


    public static class WellknownScaleSets.WellknownScaleInfo
    extends java.lang.Object
    

    Scale set information class

    • Field Detail

      • prjCoordSys

        public PrjCoordSys prjCoordSys
        

        Scale set projection

      • bounds

        public Rectangle2D bounds
        

        Scale set coordinates range

    • Constructor Detail

      • WellknownScaleSets.WellknownScaleInfo

        public WellknownScaleSets.WellknownScaleInfo(PrjCoordSys prjCoordSys,
                                             Rectangle2D bounds)
        

        The Constructor.

        Parameters:
        prjCoordSys - Scale set projection param bounds Scale set coordinates range