Uses of Interface
org.opengis.util.ProgressListener

Packages that use ProgressListener
org.geotools.coverage.grid.io   
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.collection Implementations of FeatureCollection for different purposes. 
org.geotools.data.complex This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. 
org.geotools.data.gen   
org.geotools.data.store   
org.geotools.feature   
org.geotools.feature.collection Helper classes for implementing FeatureCollections. 
org.geotools.gce.grassraster GRASS input/output drivers In this package the I/O drivers for reading and writing GRASS raster maps are placed. 
org.geotools.gce.grassraster.core   
org.geotools.image.io   
org.geotools.process Define a Process API used to wrap up processes for reuse. 
org.geotools.process.feature   
org.geotools.process.impl Class to help developers implement additional Processes. 
org.geotools.swing Simple Swing widgets for map display. 
org.geotools.swt.control SWT controls, wizards and dialogs used to do common tasks. 
org.geotools.util Contains utilities and addition to the collection framework. 
 

Uses of ProgressListener in org.geotools.coverage.grid.io
 

Fields in org.geotools.coverage.grid.io with type parameters of type ProgressListener
static DefaultParameterDescriptor<ProgressListener> AbstractGridFormat.PROGRESS_LISTENER
          This GeneralParameterValue can be provided to the GridCoverageReaders through the GridCoverageReader#write(GeneralParameterValue[]) method in order to monitor a writing process
 

Uses of ProgressListener in org.geotools.data
 

Methods in org.geotools.data with parameters of type ProgressListener
 void SampleDataAccessFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
static void DataUtilities.visit(FeatureCollection<?,?> collection, FeatureVisitor visitor, ProgressListener progress)
          Manually visit each feature using FeatureCollection.features().
 

Uses of ProgressListener in org.geotools.data.collection
 

Methods in org.geotools.data.collection with parameters of type ProgressListener
 void SpatialIndexFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener listener)
           
 void TreeSetFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 

Uses of ProgressListener in org.geotools.data.complex
 

Methods in org.geotools.data.complex with parameters of type ProgressListener
 void MappingFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 

Uses of ProgressListener in org.geotools.data.gen
 

Methods in org.geotools.data.gen with parameters of type ProgressListener
 void PreGeneralizedFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 

Uses of ProgressListener in org.geotools.data.store
 

Methods in org.geotools.data.store with parameters of type ProgressListener
 void ContentFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 void DataFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 void ContentFeatureSource.accepts(Query query, FeatureVisitor visitor, ProgressListener progress)
          Visit the features matching the provided query.
 

Uses of ProgressListener in org.geotools.feature
 

Methods in org.geotools.feature with parameters of type ProgressListener
 void DefaultFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 void FeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
          Visit the contents of a feature collection.
 

Uses of ProgressListener in org.geotools.feature.collection
 

Methods in org.geotools.feature.collection with parameters of type ProgressListener
 void AdaptorFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
          Accepts a visitor, which then visits each feature in the collection.
 void BaseFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 void DecoratingSimpleFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 void AbstractFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 void DecoratingFeatureCollection.accepts(FeatureVisitor visitor, ProgressListener progress)
           
 

Uses of ProgressListener in org.geotools.gce.grassraster
 

Classes in org.geotools.gce.grassraster that implement ProgressListener
 class DummyProgressListener
          A dummy progress listener.
 

Methods in org.geotools.gce.grassraster with parameters of type ProgressListener
 BufferedImage GrassBinaryImageReader.read(int imageIndex, ImageReadParam param, boolean useSubSamplingAsRequestedRowcols, boolean castDoubleToFloating, ProgressListener monitor)
          Performs the read method adding the possibility to override subsampling.
 void GrassBinaryImageReader.setMonitor(ProgressListener monitor)
           
 void GrassCoverageReader.setParams(PixelInCell cellAnchor, Interpolation interpolation, boolean useSubSamplingAsColsRows, boolean castDoubleToFloating, ProgressListener monitor)
          Constructor for the GrassCoverageReader.
 void GrassCoverageWriter.setProgressListener(ProgressListener monitor)
           
 

Constructors in org.geotools.gce.grassraster with parameters of type ProgressListener
GrassBinaryImageWriter(GrassBinaryImageWriterSpi originatingProvider, ProgressListener monitor)
           
 

Uses of ProgressListener in org.geotools.gce.grassraster.core
 

Methods in org.geotools.gce.grassraster.core with parameters of type ProgressListener
 WritableRaster GrassBinaryRasterReadHandler.readRaster(ImageReadParam param, boolean useSubSamplingAsRequestedRowcols, boolean castDoubleToFloating, ProgressListener monitor)
          Reads a grass raster, adding the possibility to override subsampling.
 

Constructors in org.geotools.gce.grassraster.core with parameters of type ProgressListener
CompressesRasterWriter(int _outputToDiskType, double _novalue, boolean _jump, double[] _range, long _pointerInFilePosition, long[] _rowaddresses, JGrassRegion _dataWindow, ProgressListener monitor, String mapName)
          Preparing the environment for compressing and writing the map to disk
GrassBinaryRasterWriteHandler(File destMapset, String newMapName, ProgressListener monitor)
          A constructor to build a GrassBinaryRasterWriteHandler usable for writing grass rasters.
 

Uses of ProgressListener in org.geotools.image.io
 

Fields in org.geotools.image.io declared as ProgressListener
protected  ProgressListener BaseGridCoverageProgressAdapter.monitor
           
 

Constructors in org.geotools.image.io with parameters of type ProgressListener
BaseGridCoverageProgressAdapter(ProgressListener monitor, int numImages)
           
GridCoverageReaderProgressAdapter(ProgressListener monitor)
           
GridCoverageReaderProgressAdapter(ProgressListener monitor, int numImages)
           
GridCoverageWriterProgressAdapter(ProgressListener monitor)
           
GridCoverageWriterProgressAdapter(ProgressListener monitor, int numImages)
           
 

Uses of ProgressListener in org.geotools.process
 

Methods in org.geotools.process with parameters of type ProgressListener
 Map<String,Object> Process.execute(Map<String,Object> input, ProgressListener monitor)
          Execute this process with the provided inputs.
 

Uses of ProgressListener in org.geotools.process.feature
 

Methods in org.geotools.process.feature with parameters of type ProgressListener
 Map<String,Object> FeatureToFeatureProcess.execute(Map<String,Object> input, ProgressListener monitor)
           
 

Uses of ProgressListener in org.geotools.process.impl
 

Methods in org.geotools.process.impl with parameters of type ProgressListener
 Map<String,Object> SimpleProcess.execute(Map<String,Object> input, ProgressListener monitor)
           
 

Uses of ProgressListener in org.geotools.swing
 

Classes in org.geotools.swing that implement ProgressListener
 class JProgressWindow
          Reports progress of a lengthly operation in a window.
 

Uses of ProgressListener in org.geotools.swt.control
 

Classes in org.geotools.swt.control that implement ProgressListener
 class ProgressWindow
          Wrapper for geotools' ProgressListener.
 

Uses of ProgressListener in org.geotools.util
 

Subinterfaces of ProgressListener in org.geotools.util
 interface ProgressListener
          Deprecated. Please use org.opengis.util.ProgressListener
 

Classes in org.geotools.util that implement ProgressListener
 class DefaultProgressListener
          Default Implementation of ProgressListener that does retain exceptions.
 class DelegateProgressListener
           
 class NullProgressListener
          A default progress listener implementation suitable for subclassing.
 class SubProgressListener
          A sub progress monitor, used to delegate a portion of work to a separate process.
 

Fields in org.geotools.util declared as ProgressListener
protected  ProgressListener DelegateProgressListener.delegate
           
 

Constructors in org.geotools.util with parameters of type ProgressListener
DelegateProgressListener(ProgressListener progress)
           
SubProgressListener(ProgressListener progress, float amount)
          Create a sub progress monitor, used to delegate work to a separate process.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.