CoordinateTransformation Class |
Provides the core implementation of the coordinate transformation routines and is the root for
accessing
ICoordinateTransformation implementations, each identified by a pair of
coordinate reference systems (namely source and target).
Inheritance Hierarchy
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public abstract class CoordinateTransformation : ICoordinateTransformation
Public MustInherit Class CoordinateTransformation
Implements ICoordinateTransformation
public ref class CoordinateTransformation abstract : ICoordinateTransformation
[<AbstractClassAttribute>]
type CoordinateTransformation =
class
interface ICoordinateTransformation
end
The CoordinateTransformation type exposes the following members.
Constructors Methods
| Name | Description |
---|
| Get(String, String) |
Gets a coordinate transformation for the specified coordinate reference system identifiers.
|
| Get(CoordinateReferenceSystem, CoordinateReferenceSystem) |
Gets a coordinate transformation for the specified coordinate reference systems.
|
| Transform(Point) | |
| Transform(Point) | |
| Transform(Location) | |
| Transform(Location) | |
| Transform(Point, Point) | |
| Transform(Location, Location) | |
| Transform(Double, Double, Double, Double) |
Transforms a coordinate.
|
| Transform(Double, Double, Double, Double) |
Transforms a set of coordinates.
|
| Transform(Double, Double, NullableDouble, Double, Double, NullableDouble) |
Transforms a coordinate.
|
| Transform(Double, Double, Double, Double, Double, Double) |
Transforms a set of coordinates.
|
| TransformT(IEnumerableT, FuncT, TResult, Boolean) | |
TopExtension Methods
| Name | Description |
---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |
TopSee Also