Interface DataSet3D

  • All Superinterfaces:
    DataSet, DataSet2D, EventSource, java.io.Serializable
    All Known Implementing Classes:
    AbstractDataSet3D, DoubleDataSet3D, TransposedDataSet.TransposedDataSet3D

    @Deprecated(since="11.1.4",
                forRemoval=true)
    public interface DataSet3D
    extends DataSet2D
    Deprecated, for removal: This API element is subject to removal in a future version.
    No need to implement this anymore as the DataSet interface was generalized to multiple dimensions.
    A DataSet extension used to represent 3-dimensional data points.
    Author:
    gkruk, rstein
    • Method Detail

      • getDimension

        default int getDimension()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getDimension in interface DataSet
        Specified by:
        getDimension in interface DataSet2D
        Returns:
        number of dimensions
      • getZ

        double getZ​(int xIndex,
                    int yIndex)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns Z coordinate for the specified data point.
        Parameters:
        xIndex - index of X coordinate
        yIndex - index of Y coordinate
        Returns:
        Z coordinate