public static ProjectionTransformation CreateWithVertical( SpatialReference inputSR, SpatialReference outputSR, Envelope extentOfInterest )
Public Shared Function CreateWithVertical( _ ByVal inputSR As SpatialReference, _ ByVal outputSR As SpatialReference, _ Optional ByVal extentOfInterest As Envelope _ ) As ProjectionTransformation
Parameters
- inputSR
- The spatial reference to project from. Cannot be unknown coordinate system.
- outputSR
- The spatial reference to project to. Cannot be unknown coordinate system.
- extentOfInterest
- (Optional) The extent of the data that is being projected. Default is null. A null value or an empty envelope means the extent is the entire world.