sgtplot.dm
Interface SGTPoint
-
- All Superinterfaces:
- SGTData
- All Known Implementing Classes:
- SimplePoint
public interface SGTPoint extends SGTData
Defines a data object to be of Point 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. TheSGTPointinterface only defines data access, not how the data will be constructed or set.- Since:
- 1.0
- See Also:
SGTData,CoordinateSystem,Cartesian,Polar,SimplePoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description longgetLongTime()Get the time aslongreferenced from 1970-01-01.GeoDategetTime()Get the Time value.doublegetValue()Get the associated value.SGTMetaDatagetValueMetaData()Get the SGTMetaData object associated with the value.doublegetX()Get the x coordinate.doublegetY()Get the y coordinate.booleanhasValue()Test if a value is associated with the SGTPoint.-
Methods inherited from interface sgtplot.dm.SGTData
addPropertyChangeListener, copy, getId, getKeyTitle, getTitle, getXMetaData, getXRange, getYMetaData, getYRange, isXTime, isYTime, removePropertyChangeListener
-
-
-
-
Method Detail
-
getX
double getX()
Get the x coordinate.
-
getY
double getY()
Get the y coordinate.
-
hasValue
boolean hasValue()
Test if a value is associated with the SGTPoint.
-
getValue
double getValue()
Get the associated value.
-
getValueMetaData
SGTMetaData getValueMetaData()
Get the SGTMetaData object associated with the value.
-
getTime
GeoDate getTime()
Get the Time value.
-
getLongTime
long getLongTime()
Get the time aslongreferenced from 1970-01-01.- Since:
- 3.0
-
-
DMelt 3.0 © DataMelt by jWork.ORG