net.refractions.udig.catalog |
|
Java Source File Name | Type | Comment |
AbstractDataStoreServiceExtension.java | Class | A support class for creating Service Extensions based on Geotools Datastores. |
CatalogPlugin.java | Class | The main plugin class to be used in the desktop. |
ICatalog.java | Class | Interface to capture both the Local Catalog resources and Web Registry Service.
Conceptually provides a searchable Catalog of "Spatial Data Sources". |
ICatalogInfo.java | Class | Represents a bean style metadata accessor for metadata about a catalog. |
IGeoResource.java | Class | Represents a handle to a spatial resource.
The resource is not guaranteed to exist, nor do we guarantee that we can connect with the
resource. |
IGeoResourceInfo.java | Class | Represents a bean style metadata accessor for metadata about a geoResource.
The methods within this class must be non-blocking. |
IResolve.java | Interface | Blocking IAdaptable, used to contact external services. |
IResolveAdapterFactory.java | Interface | Adapts a resolve handle into another type of object. |
IResolveChangeEvent.java | Interface | Captures changes to the Catalog.
For those familiar with IResourceChangeEvent and IResourceDelta from eclipse development there is
one important addition. |
IResolveChangeListener.java | Interface | Allows client code to notice catalog changes. |
IResolveDelta.java | Interface | Constants used to communicate Catalog Deltas.
For those familiar with IResourceChangeEvent and IResourceDelta from eclipse development there is
one important addition. |
IResolveDeltaVisitor.java | Interface | Allows processing of resolve deltas. |
IResolveManager.java | Interface | An IResolverFactoryManager processes the net.refractions.udig.resolvers extension point and allows client
code to resolve
IResolve objects to other objects. |
IService.java | Class | Represents a geo spatial service handle. |
IServiceFactory.java | Interface | Builds service proxies or clones (with an id).
Where not specified, sensible defaults will be added to the create options. |
IServiceInfo.java | Class | Provides metadata information about a service.
Information is provided in the form of a single, simple, Java bean.
You can treat this bean as a "view" on more complete metadata information
that may be accessable via a subclass (or other resolve target). |
ITransientResolve.java | Interface | This is a tag interface that indicates a resolve is transient. |
PostGISServiceExtension.java | Class | |
RemotePreferenceStore.java | Class | An abstract preference store implementation for remote preference stores. |
ServiceExtension.java | Interface | This is the required addition on the part of a data provider. |
ServiceExtension2.java | Interface | Extends the
ServiceExtension interface to provide debug information about why it couldn't process
a URL or parameters. |
ServiceParameterPersister.java | Class | Provides methods for writing IService paramaters to a preference object and for creating services from the preferences. |
TemporaryResourceFactory.java | Interface | Creates Temporary Resources. |
URLUtils.java | Class | |