CoordinateTransformationTransform Method (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
)
Public Overridable Function Transform (
locationsIn As Location()
) As Location()
public:
virtual array<Location>^ Transform(
array<Location>^ locationsIn
)
abstract Transform :
locationsIn : Location[] -> Location[]
override Transform :
locationsIn : Location[] -> Location[]
Parameters
- locationsIn
- Type: Ptv.Components.ProjectionsLocation
Array containing the locations to transform.
Return Value
Type:
LocationThe array containing the transformed locations.
Implements
ICoordinateTransformationTransform(Location)Exceptions See Also