Geotools.Net

Envelope Constructor (Coordinate)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal p As Coordinate _
)
[C#]
public Envelope(
   Coordinate p
);

Parameters

p
The coordinate for which to create the envelope.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Envelope.#ctor(Geotools.Geometries.Coordinate)

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace | Envelope Constructor Overload List