Click or drag to resize

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

The CoordinateTransformation type exposes the following members.

Constructors
  NameDescription
Protected methodCoordinateTransformation
Initializes a new instance of the CoordinateTransformation class
Top
Methods
  NameDescription
Public methodStatic memberGet(String, String)
Gets a coordinate transformation for the specified coordinate reference system identifiers.
Public methodStatic memberGet(CoordinateReferenceSystem, CoordinateReferenceSystem)
Gets a coordinate transformation for the specified coordinate reference systems.
Public methodTransform(Point)
Transforms a single System.Windows.Point.
Public methodTransform(Point)
Transforms an array of System.Windows.Point.
Public methodTransform(Location)
Transforms a single Location.
Public methodTransform(Location)
Transforms an array of Location.
Public methodTransform(Point, Point)
Transforms an array of System.Windows.Point.
Public methodTransform(Location, Location)
Transforms an array of Location.
Public methodTransform(Double, Double, Double, Double)
Transforms a coordinate.
Public methodTransform(Double, Double, Double, Double)
Transforms a set of coordinates.
Public methodTransform(Double, Double, NullableDouble, Double, Double, NullableDouble)
Transforms a coordinate.
Public methodTransform(Double, Double, Double, Double, Double, Double)
Transforms a set of coordinates.
Public methodTransformT(IEnumerableT, FuncT, TResult, Boolean)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also