C# Класс TileCook.GridSet

Наследование: IGridSet
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
FlipY ( Coord coord ) : Coord

Описание методов

CoordToEnvelope() публичный Метод

public CoordToEnvelope ( Coord coord ) : Envelope
coord Coord
Результат Envelope

GridHeight() публичный Метод

public GridHeight ( int z ) : int
z int
Результат int

GridSet() публичный Метод

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
Результат System

GridWidth() публичный Метод

public GridWidth ( int z ) : int
z int
Результат int

PointToCoord() публичный Метод

public PointToCoord ( Point p, int z ) : Coord
p Point
z int
Результат Coord

Scale() публичный Метод

public Scale ( int z ) : double
z int
Результат double

SetY() публичный Метод

public SetY ( Coord coord ) : Coord
coord Coord
Результат Coord