C# Class TileCook.GridSetFactory

显示文件 Open project: jbrwn/tc

Public Methods

Method Description
CreateGridSet ( WellKnownGridSet wkgs ) : IGridSet
CreateGridSet ( string name, string srs, Envelope envelope, int tileSize = 256, int levels = 18, double step = 2, double pixelSize = .00028, bool topOrigin = false ) : IGridSet

Private Methods

Method Description
GLOBAL_CRS84_PIXEL ( ) : IGridSet
GLOBAL_CRS84_SCALE ( ) : IGridSet
GOOGLE_CRS84_QUAD ( ) : IGridSet
GOOGLE_MAPS_COMPATIBLE ( ) : IGridSet
SHPERICAL_MERCATOR ( ) : IGridSet

Method Details

CreateGridSet() public static method

public static CreateGridSet ( WellKnownGridSet wkgs ) : IGridSet
wkgs WellKnownGridSet
return IGridSet

CreateGridSet() public static method

public static CreateGridSet ( string name, string srs, Envelope envelope, int tileSize = 256, int levels = 18, double step = 2, double pixelSize = .00028, bool topOrigin = false ) : IGridSet
name string
srs string
envelope Envelope
tileSize int
levels int
step double
pixelSize double
topOrigin bool
return IGridSet