Click or drag to resize

Ptv.Components.Projections.Direct Namespace

Provides classes for transforming coordinates using plain managed code. The core transformations provided by CoordinateTransformations can either be used directly or implicitly through Ptv.Components.Projections.CoordinateTransformation, which uses CoordinateTransformation where possible.
Classes
  ClassDescription
Public classCoordinateTransformation
Provides an implementation of ICoordinateTransformation that uses the managed coordinate transformation routines provided by CoordinateTransformations.
Public classCoordinateTransformations
Defines frequently used managed coordinate transformation routines.
Delegates
  DelegateDescription
Public delegateGetTransformDelegate
A delegate providing a transformation for specific coordinate reference systems.
Public delegateTransformDelegate
A delegate for transforming a coordinate.