C# Class GeoCache.Common.Geometry.Envelope

Inheritance: IEnvelope
Mostra file Open project: OliveiraThales/GeoCache Class Usage Examples

Public Methods

Method Description
Envelope ( double maxX, double minX, double maxY, double minY ) : GeoCache.Contracts

Constructor

Method Details

Envelope() public method

Constructor
public Envelope ( double maxX, double minX, double maxY, double minY ) : GeoCache.Contracts
maxX double maxX
minX double minX
maxY double maxY
minY double minY
return GeoCache.Contracts