C# Class TileCook.GridSet

Inheritance: IGridSet
Afficher le fichier Open project: jbrwn/tc

Méthodes publiques

Méthode Description
CoordToEnvelope ( Coord coord ) : Envelope
GridHeight ( int z ) : int
GridSet ( string name, string srs, Envelope envelope, IList resolutions, int tileWidth = 256, int tileHeight = 256, double pixelSize = .00028, bool topOrigin = false ) : System
GridWidth ( int z ) : int
PointToCoord ( Point p, int z ) : Coord
Scale ( int z ) : double
SetY ( Coord coord ) : Coord

Private Methods

Méthode Description
FlipY ( Coord coord ) : Coord

Method Details

CoordToEnvelope() public méthode

public CoordToEnvelope ( Coord coord ) : Envelope
coord Coord
Résultat Envelope

GridHeight() public méthode

public GridHeight ( int z ) : int
z int
Résultat int

GridSet() public méthode

public GridSet ( string name, string srs, Envelope envelope, IList resolutions, int tileWidth = 256, int tileHeight = 256, double pixelSize = .00028, bool topOrigin = false ) : System
name string
srs string
envelope Envelope
resolutions IList
tileWidth int
tileHeight int
pixelSize double
topOrigin bool
Résultat System

GridWidth() public méthode

public GridWidth ( int z ) : int
z int
Résultat int

PointToCoord() public méthode

public PointToCoord ( Point p, int z ) : Coord
p Point
z int
Résultat Coord

Scale() public méthode

public Scale ( int z ) : double
z int
Résultat double

SetY() public méthode

public SetY ( Coord coord ) : Coord
coord Coord
Résultat Coord