sgtplot.dm
Interface SGTLine
-
- All Superinterfaces:
- SGTData
- All Known Implementing Classes:
- SimpleLine
public interface SGTLine extends SGTData
Defines a data object to be of Line 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. TheSGTLineinterfaces only specifies the methods required to access information. The methods used to construct an object that implementsSGTLineis left to the developer.- Since:
- 1.0
- See Also:
SGTData,CoordinateSystem,Cartesian,Polar,SimpleLine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description SGTLinegetAssociatedData()Get the associated data.GeoDateArraygetGeoDateArray()Get theGeoDateArrayobject.GeoDate[]getTimeArray()Get the array of Time values.double[]getXArray()Get the array of X values.double[]getYArray()Get the array of Y values.booleanhasAssociatedData()Is there associated data available?-
Methods inherited from interface sgtplot.dm.SGTData
addPropertyChangeListener, copy, getId, getKeyTitle, getTitle, getXMetaData, getXRange, getYMetaData, getYRange, isXTime, isYTime, removePropertyChangeListener
-
-
-
-
Method Detail
-
getXArray
double[] getXArray()
Get the array of X values.
-
getYArray
double[] getYArray()
Get the array of Y values.
-
getTimeArray
GeoDate[] getTimeArray()
Get the array of Time values.
-
getGeoDateArray
GeoDateArray getGeoDateArray()
Get theGeoDateArrayobject.- Since:
- 3.0
-
getAssociatedData
SGTLine getAssociatedData()
Get the associated data. The associated data must be of the same type (SGTLine) and length. The Y array will be used.
-
hasAssociatedData
boolean hasAssociatedData()
Is there associated data available?
-
-
DMelt 3.0 © DataMelt by jWork.ORG