gov.nasa.worldwind.applications.gio.esg
Class ServiceData
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.applications.gio.esg.ServiceData
- All Implemented Interfaces:
- AVList
public class ServiceData
- extends AVListImpl
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceData
public ServiceData()
addClassification
public void addClassification(ClassificationNode cls)
addClassification
public void addClassification(int index,
ClassificationNode cls)
addClassifications
public void addClassifications(Collection<? extends ClassificationNode> c)
addException
public void addException(CatalogException e)
addLink
public void addLink(int index,
ServiceDataLink link)
addLink
public void addLink(ServiceDataLink link)
addLinks
public void addLinks(Collection<? extends ServiceDataLink> c)
clearClassifications
public void clearClassifications()
clearLinks
public void clearLinks()
getClassification
public ClassificationNode getClassification(int index)
getClassificationCount
public int getClassificationCount()
getClassificationIterator
public Iterator<ClassificationNode> getClassificationIterator()
getDatasetDescription
public DatasetDescription getDatasetDescription()
getExceptionList
public CatalogExceptionList getExceptionList()
getExtrinsicObject
public ExtrinsicObject getExtrinsicObject()
getGeometry
public Geometry getGeometry()
getIndex
public int getIndex(ClassificationNode cls)
getIndex
public int getIndex(ServiceDataLink link)
getLink
public ServiceDataLink getLink(int index)
getLinkCount
public int getLinkCount()
getLinkIterator
public Iterator<ServiceDataLink> getLinkIterator()
getService
public Service getService()
removeClassification
public void removeClassification(int index)
removeLink
public void removeLink(int index)
setClassification
public void setClassification(int index,
ClassificationNode cls)
setDatasetDescription
public void setDatasetDescription(DatasetDescription datasetDescription)
setExceptionList
public void setExceptionList(CatalogExceptionList exceptionList)
setExtrinsicObject
public void setExtrinsicObject(ExtrinsicObject extrinsicObject)
setGeometry
public void setGeometry(Geometry geometry)
setLink
public void setLink(int index,
ServiceDataLink link)
setService
public void setService(Service service)