ArcGIS API for Silverlight - Library Reference
NormalizeCentralMeridian Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Geometry Class : NormalizeCentralMeridian Method

g
Normalizes geometry to stay within a -180 to 180 degree extent, for geometries in Geographic WGS84 (4326) and WebMercator.

Syntax

Visual Basic (Declaration) 
Public Shared Function NormalizeCentralMeridian( _
   ByVal g As Geometry _
) As Geometry
C# 
public static Geometry NormalizeCentralMeridian( 
   Geometry g
)

Remarks

Note that an Envelope that crosses the antimeridian might return as a Polygon. Polygons and lines will be split along the anti-merididian.

Parameters

g

Return Value

Normalized geometry.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.