TX
- The type of X-DataTY
- The type of Y-DataTZ
- The type of Z-Datapublic interface IFreeSurfaceDataSeries3DValues<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>,TZ extends java.lang.Comparable<TZ>> extends IXyzDataSeries3DValues<TX,TY,TZ>
Modifier and Type | Method and Description |
---|---|
TX |
getOffsetX()
Gets a data offset by X axis of the Surface.
|
TY |
getOffsetY()
Gets a data offset by Y axis of the Surface.
|
TZ |
getOffsetZ()
Gets a data offset by Z axis of the Surface.
|
int |
getUSize()
Gets number of U segments of the 2D grid
|
int |
getVSize()
Gets number of V segments of the 2D grid
|
toXyzDoubleValues
int getUSize()
int getVSize()
TX getOffsetX()
TY getOffsetY()
TZ getOffsetZ()