Interface IBoundedDataLayer
A generic interface describing any data set which can be referred
to a specific bound, specified by the BoundingBox with coordinate.
Inherited Members
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public interface IBoundedDataLayer : IDataSet, IDisposable
Properties
Extent
Gets or sets the extent for the dataset. Usages to Envelope were replaced
as they required an explicit using to DotSpatial.Topology which is not
as intuitive. Extent.ToEnvelope() and new Extent(myEnvelope) convert them.
Declaration
BoundingBox Extent { get; set; }
Property Value
Type | Description |
---|---|
BoundingBox |