Click or drag to resize
CrsTransformTransform Method (GeCoordinateCollection, Boolean)
Performs in-place coordinate transformation of coordinate collection. Returns True if successful, otherwise returns False.

Namespace: FDF.Common.CoordinateSystems
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool Transform(
	ref GeCoordinateCollection coords,
	bool swapOrdinates = false
)

Parameters

coords
Type: FDF.Common.GeometriesGeCoordinateCollection
swapOrdinates (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
Remarks