Documentation of 'sgtplot.dm.SGTTuple' Java class
SGTTuple
sgtplot.dm

Interface SGTTuple

  • All Superinterfaces:
    SGTData
    All Known Implementing Classes:
    SimpleTuple


    public interface SGTTuple
    extends SGTData
    Provides access to tuple organized data of either 2 or 3 dimensions. All arrays that are provided must be of equal length. Tuples can be used to provide un-structured 3-D data that can then be trianglulated to enable area fill or contouring. 3-d tuples are also useful in the construction of vectors.
    Since:
    2.x
    • Method Detail

      • getXArray

        double[] getXArray()
      • getYArray

        double[] getYArray()
      • getZArray

        double[] getZArray()
      • getSize

        int getSize()
      • getTimeArray

        GeoDate[] getTimeArray()
      • getGeoDateArray

        GeoDateArray getGeoDateArray()
        Get the GeoDateArray object.
      • getAssociatedData

        double[] getAssociatedData()
      • hasAssociatedData

        boolean hasAssociatedData()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.