ICoordinateTransformationTransform Method (Location) |
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax Location Transform(
Location loc
)
Function Transform (
loc As Location
) As Location
Location Transform(
Location loc
)
abstract Transform :
loc : Location -> Location
Parameters
- loc
- Type: Ptv.Components.ProjectionsLocation
Location to transform.
Return Value
Type:
LocationThe transformed
Location.
See Also