Click or drag to resize
CrsTransformTransform Method
Overload List
  NameDescription
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.
Top
See Also