Search Results for

    Show / Hide Table of Contents

    Class GeometryFeature

    Inheritance
    object
    BaseFeature
    GeometryFeature
    Implements
    IFeature
    IDisposable
    Inherited Members
    BaseFeature.Styles
    BaseFeature.Fields
    BaseFeature.this[string]
    BaseFeature.RenderedGeometry
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Nts
    Assembly: Mapsui.Nts.dll
    Syntax
    public class GeometryFeature : BaseFeature, IFeature, IDisposable

    Constructors

    | Edit this page View Source

    GeometryFeature()

    Declaration
    public GeometryFeature()
    | Edit this page View Source

    GeometryFeature(GeometryFeature)

    Declaration
    public GeometryFeature(GeometryFeature geometryFeature)
    Parameters
    Type Name Description
    GeometryFeature geometryFeature
    | 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
    Type Description
    MRect
    | 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
    Type Name Description
    Action<double, double, CoordinateSetter> visit
    | Edit this page View Source

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    BaseFeature.Dispose()

    Implements

    IFeature
    IDisposable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX