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.ObjectScale set information class
-
-
Field Summary
Fields Modifier and Type Field and Description Rectangle2DboundsScale set coordinates rangePrjCoordSysprjCoordSysScale set projection
-
Constructor Summary
Constructors Constructor and Description WellknownScaleSets.WellknownScaleInfo(PrjCoordSys prjCoordSys, Rectangle2D bounds)The Constructor.
-
-
-
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
-
-