C# Class TileCook.TileFilter

Inheritance: ITileFilter
显示文件 Open project: jbrwn/tc

Public Properties

Property Type Description
_extents IEnumerable
_formats IEnumerable
_zLevels int>>.IEnumerable

Public Methods

Method Description
IsEnvelopeValid ( Envelope other ) : bool
IsFormatValid ( string other ) : bool
IsValid ( int Z, Envelope env, string format ) : bool
IsZValid ( int Z ) : bool
TileFilter ( IEnumerable extents, IEnumerable formats, int>.IEnumerable zLevels ) : System

Method Details

IsEnvelopeValid() public method

public IsEnvelopeValid ( Envelope other ) : bool
other Envelope
return bool

IsFormatValid() public method

public IsFormatValid ( string other ) : bool
other string
return bool

IsValid() public method

public IsValid ( int Z, Envelope env, string format ) : bool
Z int
env Envelope
format string
return bool

IsZValid() public method

public IsZValid ( int Z ) : bool
Z int
return bool

TileFilter() public method

public TileFilter ( IEnumerable extents, IEnumerable formats, int>.IEnumerable zLevels ) : System
extents IEnumerable
formats IEnumerable
zLevels int>.IEnumerable
return System

Property Details

_extents public_oe property

public IEnumerable _extents
return IEnumerable

_formats public_oe property

public IEnumerable _formats
return IEnumerable

_zLevels public_oe property

public IEnumerable> _zLevels
return int>>.IEnumerable