net.refractions.udig.catalog.util |
|
Java Source File Name | Type | Comment |
AST.java | Interface | |
ASTFactory.java | Class | |
GeoToolsAdapters.java | Class | This class provides support for GeoTools Java 1.4 catalog interfaces. |
HandleListener.java | Class | Easy example that listens to a specific IResolve.
Will do its best to reduce the IResolveChangeEvent to:
- start() - called after create with valid handle
- stop() - called before remove while handle is still valid
- dispose() - called after remove while handle is invalid
- refresh() - called when handle has changed
- replace() - called when handle is replaced
- reset() - called when handle is replaced, and replacement is unknown
Note 1: The IResolveDelta does not always include information about *your* handle. |
IFriend.java | Class | Used to allow peer GeoSpatial resources to associate with each other. |
SearchIDDeltaVisitor.java | Class | Easy of use visitor for search IResolveDeltas.
After a run found == Delta that best matches the provided handle.
Will be null if no matches were found that were interesting. |
SearchResolveDeltaVisitor.java | Class | Easy of use visitor for search IResolveDeltas.
After a run found == Delta that best matches the provided handle.
Will be null if no matches were found that were interesting. |