Geotools.Net

Envelope Constructor

Creates a null Envelope.

Overload List

Creates a null Envelope.

public Envelope();

Creates an

Envelope
for a region defined by maximum and minimum values.

public Envelope(double,double,double,double);

Creates an Envelope for a region defined by a single coordinate.

public Envelope(Coordinate);

Creates an Envelope from an existing Envelope.

public Envelope(Envelope);

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace