Click or drag to resize

CoordinateTransformationTransform 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.ProjectionsLocation
Array containing the locations to transform.

Return Value

Type: Location
The array containing the transformed locations.

Implements

ICoordinateTransformationTransform(Location)
Exceptions
ExceptionCondition
TransformationExceptionThrown in the unlikely event that a coordinate transformation fails.
See Also