Click or drag to resize
CrsTransform Methods

The CrsTransform type exposes the following members.

Methods
  NameDescription
Public methodDispose
Protected methodDispose(Boolean)
Public methodInverseTransform
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodTransform(FdoFeature)
Performs in-place coordinate transformation of a feature. Returns True if successful, otherwise returns False.
Public methodTransform(GeCoordinate)
Performs in-place coordinate transformation of a coordinate. Returns True if successful, otherwise returns False.
Public methodTransform(GeEnvelope)
Returns coordinate transformation of specified envelope.
Public methodTransform(GeCoordinateCollection, Boolean)
Performs in-place coordinate transformation of coordinate collection. Returns True if successful, otherwise returns False.
Public methodTransformForward
Public methodTransformInverse
Public methodTryTransform
Performs in-place coordinate transformation of a envelope. Returns True if successful, otherwise returns False.
Top
See Also