|
SGT Home | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.Vector
|
+--gov.noaa.pmel.sgt.dm.Collection
|
+--gov.noaa.pmel.sgt.dm.PointCollection
PointCollection is an extension to Vector
designed to hold SGTPoint objects.
SGTData,
SGTPoint,
SGTLine,
SGTGrid,
SGTVector, Serialized Form| Constructor Summary | |
PointCollection()
Default consturctor |
|
PointCollection(java.lang.String title)
|
|
PointCollection(java.lang.String title,
int initialCapacity)
|
|
PointCollection(java.lang.String title,
int initialCapacity,
int increment)
|
|
| Method Summary | |
SGTData |
copy()
Create a copy. |
SGTMetaData |
getXMetaData()
Returns the X SGTMetaData. |
SoTRange |
getXRange()
Returns the range of the X coordinates. |
SGTMetaData |
getYMetaData()
Returns the Y SGTMetaData. |
SoTRange |
getYRange()
Returns the range of the Y coordinates. |
void |
setXMetaData(SGTMetaData xMetaData)
Set the SGTMetaData associated with the x axis. |
void |
setYMetaData(SGTMetaData yMetaData)
Set the SGTMetaData associated with the y axis. |
| Methods inherited from class gov.noaa.pmel.sgt.dm.Collection |
addPropertyChangeListener, getId, getKeyTitle, getTitle, isXTime, isYTime, removePropertyChangeListener, setId, setKeyTitle, setTitle |
| Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
| Constructor Detail |
public PointCollection()
public PointCollection(java.lang.String title)
public PointCollection(java.lang.String title,
int initialCapacity)
public PointCollection(java.lang.String title,
int initialCapacity,
int increment)
| Method Detail |
public SGTData copy()
copy in class CollectionSGTDatapublic SoTRange getXRange()
SGTDataDouble.NaN
as the start and end values for data of type double
and return GeoDate(Long.MIN_VALUE) for data of type
GeoDate.getXRange in class Collectiongov.noaa.pmel.sgt.dm.SGTDataGeoDate.isMissing()public SoTRange getYRange()
SGTDatagetYRange in class Collectiongov.noaa.pmel.sgt.dm.SGTDataSGTData.getXRange()public SGTMetaData getXMetaData()
SGTDatagetXMetaData in class Collectionpublic void setXMetaData(SGTMetaData xMetaData)
SGTMetaData associated with the x axis.public SGTMetaData getYMetaData()
SGTDatagetYMetaData in class Collectionpublic void setYMetaData(SGTMetaData yMetaData)
SGTMetaData associated with the y axis.
|
SGT Home | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||