ArcGIS Runtime SDK for Windows Phone - 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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.