Click or drag to resize

DfsProjection Class

Projection class implementing IDfsProjection
Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFSDfsProjection

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class DfsProjection : IDfsProjection

The DfsProjection type exposes the following members.

Properties
  NameDescription
Public propertyLatitude
Origin of model coordinates.
Public propertyLongitude
Origin of model coordinates.
Public propertyOrientation
Orientation of model coordinates. The rotation from true north to the model coordinate y-axis in degrees, measured positive clockwise.
Public propertyType
Type of projection.

See Type for details.

Public propertyWKTString
WKT string for a spatial reference system.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also