net.refractions.udig.catalog.ui.export |
net.refractions.udig.catalog.ui.export
This package contains the classes for exporting resources to files.
|
Java Source File Name | Type | Comment |
AbstractGeometryTransformingFeatureCollection.java | Class | Takes a FeatureCollection with features with MultiPolygons and Polygons and converts them all to
MultiPolygons and returns the features. |
CatalogExport.java | Class | |
CatalogExportDelegateWizard.java | Class | |
CountDownProgressMonitor.java | Class | Each time worked is called the total is decremented and the task name is done. |
Data.java | Class | A data object that is the values in the tree items in the
ExportResourceSelectionPage viewer. |
ExportResourceSelectionPage.java | Class | A page that allows the user to select the layer(s) to save. |
ExportResourceSelectionState.java | Class | |
FeatureWrapper.java | Class | Adapts an existing feature of one Feature type to another of a "compatible" feature type. |
ReprojectingFeatureCollection.java | Class | Reprojects the features that as they are read from the collection. |
ToMultiLineFeatureCollection.java | Class | Takes a FeatureCollection with features with MultiPointand Point and converts them all to
MultiPoint and returns the features. |
ToMultiPointFeatureCollection.java | Class | Takes a FeatureCollection with features with MultiPointand Point and converts them all to
MultiPoint and returns the features. |
ToMultiPolygonFeatureCollection.java | Class | |