Creates a null Envelope.
Creates a null Envelope.
public Envelope();
Creates an
Envelopefor 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);
Envelope Class | Envelope Members | Geotools.Geometries Namespace