ESRI.ArcGIS.Mobile
GeoTransformation Class Members
See Also  Fields  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace : GeoTransformation Class


The following tables list the members exposed by GeoTransformation.

Public Constructors

 NameDescription
Public ConstructorGeoTransformation ConstructorOverloaded.  Instantiates a direct geo transformation (no operation).  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)ScaleTranslation Scale  
Public Fieldstatic (Shared in Visual Basic)XCenterRotation X Center of Rotation  
Public Fieldstatic (Shared in Visual Basic)XRotation X Rotation  
Public Fieldstatic (Shared in Visual Basic)XTranslation X Translation  
Public Fieldstatic (Shared in Visual Basic)YCenterRotation Y Center of Rotation  
Public Fieldstatic (Shared in Visual Basic)YRotation Y Rotation  
Public Fieldstatic (Shared in Visual Basic)YTranslation Y Translation  
Public Fieldstatic (Shared in Visual Basic)ZCenterRotation Z Center of Rotation  
Public Fieldstatic (Shared in Visual Basic)ZRotation Z Rotation  
Public Fieldstatic (Shared in Visual Basic)ZTranslation Z Translation  
Top

Public Properties

 NameDescription
Public PropertyCount Gets the number of elements contained in the collection instance.  
Public PropertyFactoryCode Gets the spatial reference factory code if exists otherwise returns 0.  
Public PropertyIsReadOnly Gets a value indicating whether the ICollection is read-only.  
Public PropertyIsValid Indicates if the GeoTransformation is correctly defined and can be used.  
Public PropertyItem Gets the element at the specified index.  
Public PropertyMethodType Gets the type of method used.  
Public PropertyName Gets the GeoTransformation name.  
Top

Public Methods

 NameDescription
Public MethodContains Determines whether an element is in the collection.  
Public MethodCopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.  
Public MethodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodEquivalentTo Returns true if the two instances are equal in value.  
Public MethodGetEnumerator Returns an enumerator that iterates through the Collection.  
Public MethodGetGeographicCoordinateSystem1 Returns an instance of the first Geographic Coordinate System of the Geo transformation. Caller is responsible to dispose the instance.  
Public MethodGetGeographicCoordinateSystem2 Returns an instance of the first Geographic Coordinate System of the Geo transformation. Caller is responsible to dispose the instance.  
Public MethodIndexOf Determines the index of a specific item in the IList.  
Public MethodIsForward Determines if for the given spatial reference the transformation is going to be forward of backward. The geographic coordinate system of the given spatial reference must match one of the geographic coordinate system of the geo-transformation.  
Public MethodToStringOverridden.  Returns a String that represents the current GeoTransformation.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Finalizes the object.  
Top

See Also

© 2013 All Rights Reserved.