Click or drag to resize

CoordinateTransformation Methods

The CoordinateTransformation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGet(String, String)
Gets a PROJ.4 coordinate transformation for the specified coordinate reference system identifiers.
Public methodStatic memberGet(CoordinateReferenceSystem, CoordinateReferenceSystem)
Gets a PROJ.4 coordinate transformation for the specified coordinate reference systems.
Public methodTransform(Point)
Transforms a single System.Windows.Point.
(Inherited from CoordinateTransformation.)
Public methodTransform(Point[])
Transforms an array of System.Windows.Point.
(Inherited from CoordinateTransformation.)
Public methodTransform(Location)
Transforms a single Location.
(Inherited from CoordinateTransformation.)
Public methodTransform(Location[])
Transforms an array of Location.
(Inherited from CoordinateTransformation.)
Public methodTransform(Point[],Point[])
Transforms an array of System.Windows.Point.
(Inherited from CoordinateTransformation.)
Public methodTransform(Location[],Location[])
Transforms an array of Location.
(Inherited from CoordinateTransformation.)
Public methodTransform(Double, Double, Double, Double)
Transforms a coordinate.
(Inherited from CoordinateTransformation.)
Public methodTransform(Double[],Double[],Double[],Double[])
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.)
Public methodTransform(Double, Double, Nullable<Double>, Double, Double, Nullable<Double>)
Transforms a coordinate.
(Inherited from CoordinateTransformation.)
Public methodTransform(Double[],Double[],Double[],Double[],Double[],Double[])
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.)
Public methodTransform<T>(IEnumerable<T>, Func<T, TResult>, Boolean) (Inherited from CoordinateTransformation.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also