Method | Description | |
---|---|---|
CoordToEnvelope ( Coord coord ) : |
||
GridHeight ( int z ) : int | ||
GridSet ( string name, string srs, |
||
GridWidth ( int z ) : int | ||
PointToCoord ( Point p, int z ) : Coord | ||
Scale ( int z ) : double | ||
SetY ( Coord coord ) : Coord |
Method | Description | |
---|---|---|
FlipY ( Coord coord ) : Coord |
public CoordToEnvelope ( Coord coord ) : |
||
coord | Coord | |
return |
public GridSet ( string name, string srs, |
||
name | string | |
srs | string | |
envelope | ||
resolutions | IList |
|
tileWidth | int | |
tileHeight | int | |
pixelSize | double | |
topOrigin | bool | |
return | System |
public PointToCoord ( Point p, int z ) : Coord | ||
p | Point | |
z | int | |
return | Coord |