Show / Hide Table of Contents

    Class Raster

    Inheritance
    System.Object
    Geometry
    Raster
    Implements
    System.IEquatable<Geometry>
    IRaster
    IGeometry
    Inherited Members
    Geometry.Envelope
    Geometry.GetBoundingBox()
    Geometry.ToString()
    Geometry.GeomFromText(String)
    Geometry.GeomFromWKB(Byte[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Mapsui.Geometries
    Assembly: Mapsui.Geometries.dll
    Syntax
    public class Raster : Geometry, IEquatable<Geometry>, IRaster, IGeometry

    Constructors

    | Improve this Doc View Source

    Raster(MemoryStream, BoundingBox)

    Declaration
    public Raster(MemoryStream data, BoundingBox box)
    Parameters
    Type Name Description
    System.IO.MemoryStream data
    BoundingBox box

    Properties

    | Improve this Doc View Source

    BoundingBox

    Declaration
    public override BoundingBox BoundingBox { get; }
    Property Value
    Type Description
    BoundingBox
    Overrides
    Geometry.BoundingBox
    | Improve this Doc View Source

    Data

    Declaration
    public MemoryStream Data { get; }
    Property Value
    Type Description
    System.IO.MemoryStream
    | Improve this Doc View Source

    TickFetched

    Declaration
    public long TickFetched { get; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    AsBinary()

    Declaration
    public byte[] AsBinary()
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    AsText()

    Declaration
    public string AsText()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Clone()

    Declaration
    public Geometry Clone()
    Returns
    Type Description
    Geometry
    | Improve this Doc View Source

    Contains(Point)

    Declaration
    public override bool Contains(Point point)
    Parameters
    Type Name Description
    Point point
    Returns
    Type Description
    System.Boolean
    Overrides
    Geometry.Contains(Point)
    | Improve this Doc View Source

    Distance(Point)

    Declaration
    public override double Distance(Point point)
    Parameters
    Type Name Description
    Point point
    Returns
    Type Description
    System.Double
    Overrides
    Geometry.Distance(Point)
    | Improve this Doc View Source

    Equals(Geometry)

    Declaration
    public override bool Equals(Geometry geom)
    Parameters
    Type Name Description
    Geometry geom
    Returns
    Type Description
    System.Boolean
    Overrides
    Geometry.Equals(Geometry)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    Geometry.GetHashCode()
    | Improve this Doc View Source

    IsEmpty()

    Declaration
    public override bool IsEmpty()
    Returns
    Type Description
    System.Boolean
    Overrides
    Geometry.IsEmpty()

    Implements

    System.IEquatable<T>
    IRaster
    IGeometry

    Extension Methods

    GeometryExtensions.Copy(IGeometry)
    GeometryIterator.AllVertices(IGeometry)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX