|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SGTLine
Defines a data object to be of Line 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 SGTLine
interfaces only specifies the methods required
to access information. The methods used to construct an
object that implements SGTLine
is left to the developer.
SGTData
,
CoordinateSystem
,
Cartesian
,
Polar
,
SimpleLine
Method Summary | |
---|---|
SGTLine |
getAssociatedData()
Get the associated data. |
GeoDateArray |
getGeoDateArray()
Get the GeoDateArray object. |
GeoDate[] |
getTimeArray()
Get the array of Time values. |
double[] |
getXArray()
Get the array of X values. |
double[] |
getYArray()
Get the array of Y values. |
boolean |
hasAssociatedData()
Is there associated data available? |
Methods inherited from interface gov.noaa.pmel.sgt.dm.SGTData |
---|
addPropertyChangeListener, copy, getId, getKeyTitle, getTitle, getXMetaData, getXRange, getYMetaData, getYRange, isXTime, isYTime, removePropertyChangeListener |
Method Detail |
---|
double[] getXArray()
double[] getYArray()
GeoDate[] getTimeArray()
GeoDateArray getGeoDateArray()
GeoDateArray
object.
SGTLine getAssociatedData()
boolean hasAssociatedData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |