|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
gov.noaa.pmel.sgt.dm.Collection
gov.noaa.pmel.sgt.dm.PointCollection
public class PointCollection
PointCollection is an extension to Vector
designed to hold SGTPoint objects.
SGTData,
SGTPoint,
SGTLine,
SGTGrid,
SGTVector,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.Vector |
|---|
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| 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, removeRange, 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 |
|---|
finalize, 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 interface SGTDatacopy 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 interface SGTDatagetXRange in class CollectionGeoDate.isMissing()public SoTRange getYRange()
SGTData
getYRange in interface SGTDatagetYRange in class CollectionSGTData.getXRange()public SGTMetaData getXMetaData()
SGTData
getXMetaData in interface SGTDatagetXMetaData in class Collectionpublic void setXMetaData(SGTMetaData xMetaData)
SGTMetaData associated with the x axis.
public SGTMetaData getYMetaData()
SGTData
getYMetaData in interface SGTDatagetYMetaData in class Collectionpublic void setYMetaData(SGTMetaData yMetaData)
SGTMetaData associated with the y axis.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||