C# Class TileCook.Envelope

Show file Open project: jbrwn/tc Class Usage Examples

Public Methods

Method Description
Envelope ( double minx, double miny, double maxx, double maxy ) : System
Equals ( Envelope other ) : bool
intersects ( Envelope other ) : bool

Method Details

Envelope() public method

public Envelope ( double minx, double miny, double maxx, double maxy ) : System
minx double
miny double
maxx double
maxy double
return System

Equals() public method

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

intersects() public method

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