Search Results for

    Show / Hide Table of Contents

    Interface GeometryMapper.IMapOp

    An interface for geometry functions used for mapping.

    Namespace: NetTopologySuite.Geometries.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    public interface GeometryMapper.IMapOp

    Methods

    | Edit this page View Source

    Map(Geometry)

    Computes a new geometry value.

    Declaration
    Geometry Map(Geometry g)
    Parameters
    Type Name Description
    Geometry g

    The input geometry

    Returns
    Type Description
    Geometry

    A result geometry

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