Search Results for

    Show / Hide Table of Contents

    Class RasterFeature

    Feature representing a bitmap on the map.

    Inheritance
    object
    BaseFeature
    RasterFeature
    Implements
    IFeature
    ICloneable
    Inherited Members
    BaseFeature.Id
    BaseFeature.Styles
    BaseFeature.Fields
    BaseFeature.Data
    BaseFeature.this[string]
    BaseFeature.Modified()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Layers
    Assembly: Mapsui.dll
    Syntax
    public class RasterFeature : BaseFeature, IFeature, ICloneable

    Constructors

    | Edit this page View Source

    RasterFeature(RasterFeature)

    Declaration
    public RasterFeature(RasterFeature rasterFeature)
    Parameters
    Type Name Description
    RasterFeature rasterFeature
    | Edit this page View Source

    RasterFeature(MRaster?)

    Declaration
    public RasterFeature(MRaster? raster)
    Parameters
    Type Name Description
    MRaster raster

    Properties

    | Edit this page View Source

    Extent

    Extent of feature

    Declaration
    public override MRect? Extent { get; }
    Property Value
    Type Description
    MRect
    Overrides
    BaseFeature.Extent
    | Edit this page View Source

    Raster

    Raster containing rect and bitmap of raster

    Declaration
    public MRaster? Raster { get; }
    Property Value
    Type Description
    MRaster

    Methods

    | Edit this page View Source

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    object

    A new object that is a copy of this instance.

    Overrides
    BaseFeature.Clone()
    | Edit this page View Source

    CoordinateVisitor(Action<double, double, CoordinateSetter>)

    Implementation of visitor pattern for coordinates

    Declaration
    public override void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
    Parameters
    Type Name Description
    Action<double, double, CoordinateSetter> visit
    Overrides
    BaseFeature.CoordinateVisitor(Action<double, double, CoordinateSetter>)

    Implements

    IFeature
    ICloneable

    Extension Methods

    FeatureExtensions.ToDisplayText(IFeature)
    FeatureExtensions.ToStringOfKeyValuePairs(IFeature)
    FeatureExtensions.Copy<T>(T)
    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX