Click or drag to resize

CoordinateTransformation Class

Provides an implementation of ICoordinateTransformation that uses the managed coordinate transformation routines provided by CoordinateTransformations.
Inheritance Hierarchy
SystemObject
  Ptv.Components.ProjectionsCoordinateTransformation
    Ptv.Components.Projections.DirectCoordinateTransformation

Namespace:  Ptv.Components.Projections.Direct
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public class CoordinateTransformation : CoordinateTransformation

The CoordinateTransformation type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEnabled
Gets or sets a value indicating whether the direct coordinate transformation CoordinateTransformation is used by the CoordinateTransformation class.
Top
Methods
  NameDescription
Public methodStatic memberGet(String, String)
Gets a managed coordinate transformation for the specified coordinate reference system identifiers.
Public methodStatic memberGet(CoordinateReferenceSystem, CoordinateReferenceSystem)
Gets a managed 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, NullableDouble, Double, Double, NullableDouble)
Transforms a coordinate.
(Inherited from CoordinateTransformation.)
Public methodTransform(Double, Double, Double, Double, Double, Double)
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.)
Public methodTransformT(IEnumerableT, FuncT, TResult, Boolean) (Inherited from CoordinateTransformation.)
Top
Fields
  NameDescription
Public fieldStatic memberOnGetTransform
Hook for providing additional coordinate transformation routines.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also