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

extent
The extent.
Shifts the central meridian. This method calculates a new XMin, XMax and SpatialReference.WKT when Dateline is crossed. Only 4326 and WebMercator is supported.

Syntax

Visual Basic (Declaration) 
Public Shared Function ShiftCentralMeridian( _
   ByVal extent As Envelope _
) As Envelope
C# 
public static Envelope ShiftCentralMeridian( 
   Envelope extent
)

Parameters

extent
The extent.

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.