Click here to view all files
 
Gets or sets the set of GeographicTransformations used if reprojecting data to the coordinate system of the Map when displaying in 3D mode.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public GeographicTransformationCollection GeographicTransformations3D { get; }
Visual Basic (Declaration)
Public ReadOnly Property GeographicTransformations3D As GeographicTransformationCollection

Field Value

The transformations used in data reprojection in 3D mode.

Remarks

Use this property to change the transformations used to reproject data in the 3D display mode.

The MapDisplay uses separate coordinate systems for displaying the map in 2D or 3D DisplayMode, and therefore has separate corresponding sets of transformations used if data needs to be reprojected into the CurrentCoordinateSystem. Note that for the 3D display, the coordinate system used is always WGS 1984. See the CurrentGeographicTransformations property for more information.

See Also

Relate Topics:
  Altitude Property
  AnimateMovement Property
  CoordinateSystem2D Property
  CoordinateSystem3D Property
  CurrentCoordinateSystem Property
  CurrentGeographicTransformations Property
  DisplayMode Property
  Extent Property
  GeographicTransformations2D Property
  Graphics Property
  IsNavigating Property
  IsStreaming Property
  IsTracking Property
  IsUpdating Property
  Map Property
  MapScale Property
  Observer Property
  Rotation Property
  Size Property
  Target Property
  TiltAngle Property
  ZoomLevel Property
Created by Atop CHM to web converter,© 2009 all right reserved.