ESRI.ArcGIS.Mobile
GeoTransformationType Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace : GeoTransformationType Enumeration

Types of Geotransformations supported.

Syntax

Visual Basic (Declaration) 
Public Enum GeoTransformationType 
   Inherits Enum
C# 
public enum GeoTransformationType : Enum 

Members

MemberDescription
NotSupported Unsupported GeoTransformation.
Direct Direct GeoTransformation, no parameters.
MolodenskyBadekas Molodensky-Badekas
MolodenskyAbridged Molodensky-Abridged
Molodensky Molodensky
GeocentricTranslation Geocentric Translation
CoordinateFrame Coordinate Frame
PositionVector Position Vector
LongitudeRotation Longitude Rotation
BursaWolf Bursa-Wolf

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.SpatialReferences.GeoTransformationType

Requirements

Namespace: ESRI.ArcGIS.Mobile.SpatialReferences

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also