Package net.refractions.udig.catalog.ui

Provides for single shared catalog of spatial data.

See:
          Description

Interface Summary
IMessageBoard Abstracts out a place to post messages.
ISharedImages A registry for common images which may be useful to other plug-ins.
UDIGConnectionPage A udig import wizard page is responsible for providing a user interface which is used to gather connection information for a specific service.
 

Class Summary
AbstractResolveContentProvider Provides a threaded Tree content provider for IResolve.
AbstractUDIGConnectionFactory Adds some generic checks to attempt to process URLs and Map context objects.
AbstractUDIGImportPage Abstract implementation of UDIGImportPage.
CatalogTreeViewer Provides Tree view of the Registry.
CatalogUIPlugin Lifecycle & Resource management for RegistryUI.
CatalogViewerSorter Sorts the Catalog Viewers so that like Services are listed together.
ConnectionErrorPage A wizard page which displays a set of IConnectionErrorHandler objects.
ConnectionFactoryManager Provides access to the connection Factories and their wizardpages.
ConnectionFactoryManager.Descriptor<T> Provides lazy loading for a class declared in an extension
DataSourceSelectionPage This is a wizard page which is used to select from a set of data sources.
FileConnectionFactory  
FileConnectionPage A wizard page that opens a file dialog and closes the wizard when dialog is closed.
IConnectionErrorHandler A class which is used to handle an error which occurs when attempting to connection to a service.
IDataWizard A wizard which is used to import data into udig.
Identifier URLs are used for resolve.getId(), this class contains utility methods to help work with urls used in this manner.
ResolveContentProvider A "normal" content provider for a tree viewer.
ResolveLabelProviderSimple Label generation for IResolve (must be non-blocking and quick).
ResolveTitlesDecorator Decorate labels with actual titles from the info objects.
StatusLineMessageBoardAdapter Adapts a StatusLineManager as a IMessageBoard
UDIGConnectionFactory Implementations of this class provide connection information based on context.
UDIGConnectionFactoryDescriptor Descriptor for net.refractions.udig.catalog.ui.connectionFactory extensions.
 

Enum Summary
IMessageBoard.Type  
 

Package net.refractions.udig.catalog.ui Description

Provides for single shared catalog of spatial data.

The Local Registry View is a user interface that provides access to the Local Registry. The Local Registry View allows the user to define and modify the Data Sources known locally as well as provide functionality for adding the Data Sources to Maps.

The example shown above lists a server with defined (layers, road and stream) and a filesystem (local or remote) is also listed as part of the Local Registry View. The Layers can be added to a Map. New servers may be added to the Local Registry.

The Local Registry (not the user interface component) is persistent and can be exported and transferred to other systems.

Package Specification

Non-Functional Requirements: Functional Requirements:

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
0.2
See Also:
net.refractions.udig.registry.ui.CatalogView