IDfsAxisCurveLinearD2 Interface |
The number of coordinates in each dimension is one larger than the number of data values, i.e. datavalue[i,j] belongs within the element xy(i,j)-xy(i,j+1)-xy(i+1,j)-xy(i+1,j+1) (element values)
Namespace: DHI.Generic.MikeZero.DFS
The IDfsAxisCurveLinearD2 type exposes the following members.
Name | Description | |
---|---|---|
AxisType |
Type of spatial axis. Depending on this type, the class
can be cast to one of the sub-types.
(Inherited from IDfsSpatialAxis.) | |
AxisUnit |
Unit of the axis coordinate values.
(Inherited from IDfsSpatialAxis.) | |
Dimension |
Axis dimension
(Inherited from IDfsSpatialAxis.) | |
SizeOfData |
Size of data, number of data values.
(Inherited from IDfsSpatialAxis.) | |
XCoordinates | ||
XCount |
Number of data points in the x direction
| |
YCoordinates | ||
YCount |
Number of data points in the Y direction
|
Name | Description | |
---|---|---|
SizeOfDimension |
Size of data in the given dimension.
Return 1 if data dimension is less than argument dimension.
(Inherited from IDfsSpatialAxis.) |
Name | Description | |
---|---|---|
AxisEquals |
Check whether two spatial axis equals.
(Defined by DfsExtensions.) | |
Clone |
Make a clone/copy of a spatial axis. Array data are copied (deep clone)
(Defined by DfsExtensions.) | |
CreateAllCoordinates |
Create coordinates for all data points, based on the spatial axis.
(Defined by DfsExtensions.)It calculates node coordinates for all nodes in the axis, i.e. the number of Coords returned may not equal the number of data values in the item. And the coordinates may be offset by half a grid cell compared to the center coordinate for the data values. | |
GeometryItemType |
Get the item type of the spatial axis geometry.
(Defined by DfsExtensions.) | |
Update |
Updates the destination axis with the properties from the source axis.
Only the editable properties are edited.
(Defined by DfsExtensions.) | |
XCoordinatesTo2D |
Copy the x coordinates of an IDfsAxisCurveLinearD2
to a 2D array.
(Defined by DfsExtensions.) | |
YCoordinatesTo2D |
Copy the y coordinates of an IDfsAxisCurveLinearD2
to a 2D array.
(Defined by DfsExtensions.) |