CoordinateTransformation Class |
Inheritance Hierarchy
Namespace:
Ptv.Components.Projections.Direct
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntaxpublic class CoordinateTransformation : CoordinateTransformation
Public Class CoordinateTransformation
Inherits CoordinateTransformation
public ref class CoordinateTransformation : public CoordinateTransformation
type CoordinateTransformation =
class
inherit CoordinateTransformation
end
The CoordinateTransformation type exposes the following members.
Properties
| Name | Description |
---|
  | Enabled |
Gets or sets a value indicating whether the direct coordinate transformation CoordinateTransformation
is used by the CoordinateTransformation class.
|
Top
Methods
| Name | Description |
---|
  | Get(String, String) |
Gets a managed coordinate transformation for the specified coordinate reference system identifiers.
|
  | Get(CoordinateReferenceSystem, CoordinateReferenceSystem) |
Gets a managed coordinate transformation for the specified coordinate reference systems.
|
 | Transform(Point) |
Transforms a single System.Windows.Point.
(Inherited from CoordinateTransformation.) |
 | Transform(Point) |
Transforms an array of System.Windows.Point.
(Inherited from CoordinateTransformation.) |
 | Transform(Location) | (Inherited from CoordinateTransformation.) |
 | Transform(Location) | (Inherited from CoordinateTransformation.) |
 | Transform(Point, Point) |
Transforms an array of System.Windows.Point.
(Inherited from CoordinateTransformation.) |
 | Transform(Location, Location) | (Inherited from CoordinateTransformation.) |
 | Transform(Double, Double, Double, Double) |
Transforms a coordinate.
(Inherited from CoordinateTransformation.) |
 | Transform(Double, Double, Double, Double) |
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.) |
 | Transform(Double, Double, NullableDouble, Double, Double, NullableDouble) |
Transforms a coordinate.
(Inherited from CoordinateTransformation.) |
 | Transform(Double, Double, Double, Double, Double, Double) |
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.) |
 | TransformT(IEnumerableT, FuncT, TResult, Boolean) | (Inherited from CoordinateTransformation.) |
Top
Fields
| Name | Description |
---|
  | OnGetTransform |
Hook for providing additional coordinate transformation routines.
|
Top
Extension Methods
| Name | Description |
---|
 | ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |
Top
See Also