Search Results for

    Show / Hide Table of Contents

    Class GeometryCollectionMapper

    Maps the members of a GeometryCollection into another GeometryCollection via a defined mapping function.

    Inheritance
    object
    GeometryCollectionMapper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Geometries.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    public class GeometryCollectionMapper

    Constructors

    | Edit this page View Source

    GeometryCollectionMapper(Func<Geometry, Geometry>)

    Creates an instance of this class

    Declaration
    public GeometryCollectionMapper(Func<Geometry, Geometry> mapOp)
    Parameters
    Type Name Description
    Func<Geometry, Geometry> mapOp

    Methods

    | Edit this page View Source

    Map(GeometryCollection)

    Declaration
    public GeometryCollection Map(GeometryCollection gc)
    Parameters
    Type Name Description
    GeometryCollection gc
    Returns
    Type Description
    GeometryCollection
    | Edit this page View Source

    Map(GeometryCollection, Func<Geometry, Geometry>)

    Declaration
    public static GeometryCollection Map(GeometryCollection gc, Func<Geometry, Geometry> op)
    Parameters
    Type Name Description
    GeometryCollection gc
    Func<Geometry, Geometry> op
    Returns
    Type Description
    GeometryCollection
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX