Show / Hide Table of Contents

    Interface IGeometryCollection

    Interface for a GeometryCollection. A GeometryCollection is a collection of 1 or more geometries.

    Inherited Members
    IGeometry.Envelope
    IGeometry.BoundingBox
    IGeometry.GetBoundingBox()
    IGeometry.AsText()
    IGeometry.AsBinary()
    IGeometry.ToString()
    IGeometry.IsEmpty()
    IGeometry.Clone()
    IGeometry.Equals(Geometry)
    IGeometry.Distance(Point)
    IGeometry.Contains(Point)
    Namespace: Mapsui.Geometries
    Assembly: Mapsui.Geometries.dll
    Syntax
    public interface IGeometryCollection : IGeometry

    Properties

    | Improve this Doc View Source

    NumGeometries

    Returns the number of geometries in the collection.

    Declaration
    int NumGeometries { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Geometry(Int32)

    Returns an indexed geometry in the collection

    Declaration
    Geometry Geometry(int n)
    Parameters
    Type Name Description
    System.Int32 n

    Geometry index

    Returns
    Type Description
    Geometry

    Geometry at index N

    Extension Methods

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