Class GeometryFeature
Inheritance
GeometryFeature
Assembly: Mapsui.Nts.dll
Syntax
public class GeometryFeature : BaseFeature, IFeature, IDisposable
Constructors
|
Edit this page
View Source
GeometryFeature()
Declaration
|
Edit this page
View Source
GeometryFeature(GeometryFeature)
Declaration
public GeometryFeature(GeometryFeature geometryFeature)
Parameters
|
Edit this page
View Source
GeometryFeature(Geometry?)
Declaration
public GeometryFeature(Geometry? geometry)
Parameters
Type |
Name |
Description |
Geometry |
geometry |
|
Properties
|
Edit this page
View Source
Extent
Declaration
public MRect? Extent { get; }
Property Value
|
Edit this page
View Source
Geometry
Declaration
public Geometry? Geometry { get; set; }
Property Value
Type |
Description |
Geometry |
|
Methods
|
Edit this page
View Source
CoordinateVisitor(Action<double, double, CoordinateSetter>)
Declaration
public void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
Parameters
|
Edit this page
View Source
Dispose()
Declaration
public override void Dispose()
Overrides
Implements