Search Results for

    Show / Hide Table of Contents

    Class GeometryMapper.MapOp

    Standard implementation of a geometry mapping

    Inheritance
    object
    GeometryMapper.MapOp
    Implements
    GeometryMapper.IMapOp
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Geometries.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    public sealed class GeometryMapper.MapOp : GeometryMapper.IMapOp

    Constructors

    | Edit this page View Source

    MapOp(Func<Geometry, Geometry>)

    Creates an instance of this class using the provided mapping operation function

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

    A mapping operation function

    Methods

    | Edit this page View Source

    Map(Geometry)

    Computes a new geometry value.

    Declaration
    public Geometry Map(Geometry geom)
    Parameters
    Type Name Description
    Geometry geom
    Returns
    Type Description
    Geometry

    A result geometry

    Implements

    GeometryMapper.IMapOp
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX