Geotools.Net

CoordinateSystem.DefaultEnvelope Property

Gets default envelope of coordinate system.

[Visual Basic]
Overridable Public ReadOnly Property DefaultEnvelope As Envelope Implements _
   ICoordinateSystem.DefaultEnvelope
[C#]
public virtual Geotools.Positioning.Envelope DefaultEnvelope {get;}

Property Value

Missing <value> documentation for P:Geotools.CoordinateReferenceSystems.CoordinateSystem.DefaultEnvelope

Implements

ICoordinateSystem.DefaultEnvelope

Remarks

Coordinate systems which are bounded should return the minimum bounding box of their domain. Unbounded coordinate systems should return a box which is as large as is likely to be used. For example, a (lon,lat) geographic coordinate system in degrees should return a box from (-180,-90) to (180,90), and a geocentric coordinate system could return a box from (-r,-r,-r) to (+r,+r,+r) where r is the approximate radius of the Earth.

See Also

CoordinateSystem Class | CoordinateSystem Members | Geotools.CoordinateReferenceSystems Namespace