ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryEngine Class / NormalizeCentralMeridian Method
The geometry that you want folded.

In This Topic
    NormalizeCentralMeridian Method (GeometryEngine)
    In This Topic
    Folds the geometry into a range of 360 degrees. This may be necessary when wrap around is enabled on the map. If geometry is an Envelope then a Polygon will be returned unless the Envelope is empty in which case an empty Envelope will be returned.
    Syntax
    public Geometry NormalizeCentralMeridian( 
       Geometry geometry
    )
    Public Function NormalizeCentralMeridian( _
       ByVal geometry As Geometry _
    ) As Geometry

    Parameters

    geometry
    The geometry that you want folded.

    Return Value

    The folded geometry.
    Exceptions
    ExceptionDescription
    Geometry is null or empty.
    The method is not implemented for GeometryBag or Multipatch.
    Geometry.SpatialReference is null.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also