ArcGIS Explorer Component Help |
MapDisplay..::.GeographicTransformations3D Property |
MapDisplay Class See Also |
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.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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.