Click or drag to resize

CoordinateTransformation.Transform Method (Location[])

Transforms an array of Location.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public virtual Location[] Transform(
	Location[] locationsIn
)

Parameters

locationsIn
Type:Ptv.Components.Projections.Location[]
Array containing the locations to transform.

Return Value

Type:Location[]
The array containing the transformed locations.

Implements

ICoordinateTransformation.Transform(Location[])
Exceptions
ExceptionCondition
TransformationExceptionThrown in the unlikely event that a coordinate transformation fails.
See Also