|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.catalog.AbstractCatalog
Abstract implementation of Catalog.
| Nested Class Summary |
| Nested classes inherited from class org.geotools.catalog.Resolve |
Resolve.Status |
| Constructor Summary | |
AbstractCatalog()
|
|
| Method Summary | |
void |
addListener(ResolveChangeListener listener)
This method does nothing. |
void |
fire(ResolveChangeEvent event)
This method does nothing. |
CatalogInfo |
getInfo(ProgressListener monitor)
Aquire info on this Catalog. |
Resolve |
parent(ProgressListener monitor)
Catalogs do not have a parent so null is returned. |
void |
removeListener(ResolveChangeListener listener)
This method does nothing. |
java.lang.String |
toString()
Indicate class and id. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.geotools.catalog.Catalog |
add, find, findService, remove, replace, resolve, search |
| Methods inherited from interface org.geotools.catalog.Resolve |
canResolve, getIdentifier, getMessage, getStatus, members |
| Constructor Detail |
public AbstractCatalog()
| Method Detail |
public Resolve parent(ProgressListener monitor)
We can consider adding a global 'root' parent - but we will wait until we find a need, or if users request.
parent in interface Resolvemonitor - Progress monitor used to report status while blocking.
May be null.
public CatalogInfo getInfo(ProgressListener monitor)
throws java.io.IOException
This is functionally equivalent to:
getInfo in interface Catalogjava.io.IOExceptionCatalog.resolve(Class, ProgressListener)public java.lang.String toString()
public void addListener(ResolveChangeListener listener)
addListener in interface Resolvelistener - The observer.public void removeListener(ResolveChangeListener listener)
removeListener in interface Resolvelistener - The observer.public void fire(ResolveChangeEvent event)
fire in interface Resolveevent - The event describing the change.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||