CoordinateTransformation.Transform Method (Location[]) |
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntaxpublic 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.Projections.Location[]
Array containing the locations to transform.
Return Value
Type:
Location[]The array containing the transformed locations.
Implements
ICoordinateTransformation.Transform(Location[])
Exceptions
See Also