Click or drag to resize

CoordinateTransform Class

Static class, providing a set of simple coordinate transform methods
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.Generic.SpatialCoordinateTransform

Namespace:  DHI.Mike1D.Generic.Spatial
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static class CoordinateTransform
Methods
  NameDescription
Public methodStatic memberConvertFromLocalSystem(Coordinate, Vector, ICoordinate)
Converting the coordinate from the local coordinate system to the global one, where the local system is defined by the provided origin and x-axis vector.

It is assumed that the y-axis is in counter-clockwise direction to x

Public methodStatic memberConvertFromLocalSystem(Coordinate, Vector, IListCoordinate, ListCoordinate)
Convert a list of coordinates from the local coordinate system to the global coordinate system.
Public methodStatic memberConvertToLocalSystem(Coordinate, Vector, ICoordinate)
Converting the coordinate from the global coordinate system to the local one, with the provided origin and x-axis vector.

It is assumed that the y-axis is in counter-clockwise direction to x

Public methodStatic memberConvertToLocalSystem(Coordinate, Vector, IListCoordinate, ListCoordinate)
Convert a list of coordinates to the local coordinate system.
Top
See Also