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

Interface SGT3DGrid

  • All Superinterfaces:
    SGTData
    All Known Implementing Classes:
    ThreeDGrid


    public interface SGT3DGrid
    extends SGTData
    Defines a data object to be of Grid type. Interpretation of X and Y is determined by the CoordinateSystem. For Cartesian, X and Y are the Cartesian coordinates. For Polar, X and Y are R (radius) and Theta (angle), respectively. The SGTGrid interface only specifies the methods required to access information. The methods used to construct an object that implements SGTGrid is left to the developer.
    Since:
    1.0
    See Also:
    SGTData, CoordinateSystem, Cartesian, Polar, SimpleGrid
    • Method Detail

      • isZTime

        boolean isZTime()
        Returns true if the Z coordinate is Time.
      • getZSize

        int getZSize()
        Get the length of Z value array.
      • getValRange

        Range2D getValRange()
        Get the range of measured values on this 3D grid.
      • getValMetaData

        SGTMetaData getValMetaData()
        Get the Value SGTMetaData.
      • hasZEdges

        boolean hasZEdges()
        Z edges available?
      • getZEdges

        double[] getZEdges()
        Get the Y coordinate edges. The YEdge length will be one greater than the YArray length.
      • getZEdgesRange

        SoTRange getZEdgesRange()
        Get the range of Y coordinate edges.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.