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 theCoordinateSystem. ForCartesian, X and Y are the Cartesian coordinates. ForPolar, X and Y are R (radius) and Theta (angle), respectively. TheSGTGridinterface only specifies the methods required to access information. The methods used to construct an object that implementsSGTGridis left to the developer.- Since:
- 1.0
- See Also:
SGTData,CoordinateSystem,Cartesian,Polar,SimpleGrid
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description SGTMetaDatagetValMetaData()Get the Value SGTMetaData.Range2DgetValRange()Get the range of measured values on this 3D grid.double[]getZEdges()Get the Y coordinate edges.SoTRangegetZEdgesRange()Get the range of Y coordinate edges.intgetZSize()Get the length of Z value array.booleanhasZEdges()Z edges available?booleanisZTime()Returns true if the Z coordinate is Time.-
Methods inherited from interface sgtplot.dm.SGTData
addPropertyChangeListener, copy, getId, getKeyTitle, getTitle, getXMetaData, getXRange, getYMetaData, getYRange, isXTime, isYTime, removePropertyChangeListener
-
-
-
-
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