Class VertexOnlyLayer
Inheritance
VertexOnlyLayer
Assembly: Mapsui.Nts.dll
Syntax
public class VertexOnlyLayer : BaseLayer, ILayer, IAnimatable, INotifyPropertyChanged, IDisposable, IModifyFeatureLayer
Constructors
|
Edit this page
View Source
VertexOnlyLayer(WritableLayer)
Declaration
public VertexOnlyLayer(WritableLayer source)
Parameters
Properties
|
Edit this page
View Source
Extent
Returns the envelope of all available data in the layer
Declaration
public override MRect? Extent { get; }
Property Value
Overrides
|
Edit this page
View Source
Source
Declaration
public WritableLayer Source { get; }
Property Value
Methods
|
Edit this page
View Source
GetFeatures(MRect, double)
Get all features in a given MRect for a given resolution
Declaration
public override IEnumerable<IFeature> GetFeatures(MRect box, double resolution)
Parameters
Type |
Name |
Description |
MRect |
box |
|
double |
resolution |
Resolution of viewport
|
Returns
Overrides
Implements