Uses of Interface
org.geotools.factory.OptionalFactory

Packages that use OptionalFactory
org.geotools.arcsde   
org.geotools.coverage.grid.io   
org.geotools.coverageio Base coverage I/O classes defining coverage reader, coverage request and coverage response. 
org.geotools.coverageio.gdal.aig Implementation for Aig (ESRI binary grid) format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.dted Implementation for DTED format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.ecw Implementation for ECW format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.ehdr Implementation for EHdr (ESRI hdr labelled) format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.envihdr Implementation for ENVIHdr (ENVI hdr labelled) format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.erdasimg Implementation for ERDAS Imagine format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.jp2ecw Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 ECW driver. 
org.geotools.coverageio.gdal.jp2kak Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 Kakadu driver. 
org.geotools.coverageio.gdal.jp2mrsid Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 MrSID driver. 
org.geotools.coverageio.gdal.mrsid Implementation for MrSID format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.nitf Implementation for National Imagery Transmission Format (NITF) Coverage I/O leveraging on GDAL. 
org.geotools.data.wps package with WPS specs and utils. 
org.geotools.gce.arcgrid A datasource to manage the ARCGrid ASCII format. 
org.geotools.gce.geotiff A grid coverage exchange to manage the GeoTIFF Revision 1.0 format. 
org.geotools.gce.gtopo30 Data source for reading the GTOPO30 file format. 
org.geotools.gce.image   
org.geotools.gce.imagemosaic   
org.geotools.gce.imagemosaic.jdbc   
org.geotools.gce.imagepyramid   
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.process.literal Process examples making use of literal data structures such as Geometry and String. 
org.geotools.process.raster Process examples making use of raster data structures such as GridCoverage and PlanarImage. 
org.geotools.referencing.factory Base classes for factories and authority factories. 
org.geotools.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotools.referencing.operation Coordinate operation implementation. 
 

Uses of OptionalFactory in org.geotools.arcsde
 

Classes in org.geotools.arcsde that implement OptionalFactory
 class ArcSDERasterFormatFactory
          Implementation of the GridCoverageFormat service provider interface for ArcSDE Databases.
 

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

Subinterfaces of OptionalFactory in org.geotools.coverage.grid.io
 interface GridFormatFactorySpi
          Constructs a live GridCoverageFormat.
 

Uses of OptionalFactory in org.geotools.coverageio
 

Classes in org.geotools.coverageio that implement OptionalFactory
 class BaseGridFormatFactorySPI
          Base implementation for GridFormatFactorySpi.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.aig
 

Classes in org.geotools.coverageio.gdal.aig that implement OptionalFactory
 class AIGFormatFactory
          Implementation of the Format service provider interface for Aig files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.dted
 

Classes in org.geotools.coverageio.gdal.dted that implement OptionalFactory
 class DTEDFormatFactory
          Implementation of the Format service provider interface for DTED files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.ecw
 

Classes in org.geotools.coverageio.gdal.ecw that implement OptionalFactory
 class ECWFormatFactory
          Implementation of the Format service provider interface for ECW files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.ehdr
 

Classes in org.geotools.coverageio.gdal.ehdr that implement OptionalFactory
 class EsriHdrFormatFactory
          Implementation of the Format service provider interface for EHdr files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.envihdr
 

Classes in org.geotools.coverageio.gdal.envihdr that implement OptionalFactory
 class EnviHdrFormatFactory
           
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.erdasimg
 

Classes in org.geotools.coverageio.gdal.erdasimg that implement OptionalFactory
 class ErdasImgFormatFactory
          Implementation of the Format service provider interface for ERDAS Imagine files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.jp2ecw
 

Classes in org.geotools.coverageio.gdal.jp2ecw that implement OptionalFactory
 class JP2ECWFormatFactory
          Implementation of the Format service provider interface for JP2K files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.jp2kak
 

Classes in org.geotools.coverageio.gdal.jp2kak that implement OptionalFactory
 class JP2KFormatFactory
          Implementation of the Format service provider interface for JP2K files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.jp2mrsid
 

Classes in org.geotools.coverageio.gdal.jp2mrsid that implement OptionalFactory
 class JP2MrSIDFormatFactory
          Implementation of the Format service provider interface for JP2K files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.mrsid
 

Classes in org.geotools.coverageio.gdal.mrsid that implement OptionalFactory
 class MrSIDFormatFactory
          Implementation of the Format service provider interface for MrSID files.
 

Uses of OptionalFactory in org.geotools.coverageio.gdal.nitf
 

Classes in org.geotools.coverageio.gdal.nitf that implement OptionalFactory
 class NITFFormatFactory
          Implementation of the Format service provider interface for NITF files.
 

Uses of OptionalFactory in org.geotools.data.wps
 

Classes in org.geotools.data.wps that implement OptionalFactory
 class WPSFactory
          This class acts as a ProcessFactory for any process.
 

Uses of OptionalFactory in org.geotools.gce.arcgrid
 

Classes in org.geotools.gce.arcgrid that implement OptionalFactory
 class ArcGridFormatFactory
          Implementation of the Format service provider interface for arc grid files.
 

Uses of OptionalFactory in org.geotools.gce.geotiff
 

Classes in org.geotools.gce.geotiff that implement OptionalFactory
 class GeoTiffFormatFactorySpi
          The GeoTiffFormatFactorySpi should never be instantiated directly by user code.
 

Uses of OptionalFactory in org.geotools.gce.gtopo30
 

Classes in org.geotools.gce.gtopo30 that implement OptionalFactory
 class GTopo30FormatFactory
          The GTopo30FormatFactory will be discovered by the GridFormatFinder.
 

Uses of OptionalFactory in org.geotools.gce.image
 

Classes in org.geotools.gce.image that implement OptionalFactory
 class WorldImageFormatFactory
          DOCUMENT ME!
 

Uses of OptionalFactory in org.geotools.gce.imagemosaic
 

Classes in org.geotools.gce.imagemosaic that implement OptionalFactory
 class ImageMosaicFormatFactory
          Implementation of the GridCoverageFormat service provider interface for mosaic of georeferenced images.
 

Uses of OptionalFactory in org.geotools.gce.imagemosaic.jdbc
 

Classes in org.geotools.gce.imagemosaic.jdbc that implement OptionalFactory
 class ImageMosaicJDBCFormatFactory
          Implementation of the GridCoverageFormat service provider interface for mosaicing of georeferenced images and image pyramids stored in a jdbc database
 

Uses of OptionalFactory in org.geotools.gce.imagepyramid
 

Classes in org.geotools.gce.imagepyramid that implement OptionalFactory
 class ImagePyramidFormatFactory
          Implementation of the GridCoverageFormat service provider interface for arc grid files.
 

Uses of OptionalFactory in org.geotools.process
 

Subinterfaces of OptionalFactory in org.geotools.process
 interface ProcessFactory
          Used to describe the parameters needed for a group of Process, and for creating a Process to use.
 

Uses of OptionalFactory in org.geotools.process.feature
 

Classes in org.geotools.process.feature that implement OptionalFactory
 class AbstractFeatureCollectionProcessFactory
          Base class for process factories which perform an operation on each feature in a feature collection.
 class BufferFeatureCollectionFactory
          Factory for process which buffers an entire feature collection.
 class FeatureToFeatureProcessFactory
          Base class for process factories which perform an operation on each feature in a feature collection with the result being a feature collection (the original collection modified or a new collection).
 

Uses of OptionalFactory in org.geotools.process.impl
 

Classes in org.geotools.process.impl that implement OptionalFactory
 class SingleProcessFactory
          Helper class for a process factory that will return just a single process
 

Uses of OptionalFactory in org.geotools.process.literal
 

Classes in org.geotools.process.literal that implement OptionalFactory
 class BufferFactory
          A Buffer process used on a geometry object.
 class DoubleAdditionFactory
           
 class FeatureBufferFactory
          XXX Untested Factory for FeatureBuffer process
 class IntersectionFactory
          A simple process showing how to interact with a couple of geometry literals.
 class UnionFactory
          A simple process showing how to interact with a couple of geometry literals.
 

Uses of OptionalFactory in org.geotools.process.raster
 

Classes in org.geotools.process.raster that implement OptionalFactory
 class RasterToVectorFactory
          Process for converting a raster regions to vector polygons.
 class VectorToRasterFactory
          Factory for a Process the rasterizes vector features in an input FeatureCollection.
 

Uses of OptionalFactory in org.geotools.referencing.factory
 

Classes in org.geotools.referencing.factory that implement OptionalFactory
 class AllAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority name in the code.
 class AuthorityFactoryAdapter
          An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
 class DeferredAuthorityFactory
          A buffered authority factory which will defer the creation of a backing store until when first needed.
 class FallbackAuthorityFactory
          A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.
 class HTTP_AuthorityFactory
          Deprecated. This class will move in a org.geotools.referencing.factory.web package in Geotools 2.5, in order to put together other web-related factories. Don't use this class directly. You should not need to anyway - use ReferencingFactoryFinder instead, which will continue to work no matter where this class is located.
 class ManyAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority name in the code.
 class OrderedAxisAuthorityFactory
          An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.
 class TransformedAuthorityFactory
          An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 class URN_AuthorityFactory
          Deprecated. This class will move in a org.geotools.referencing.factory.web package in Geotools 2.5, in order to put together other web-related factories. Don't use this class directly. You should not need to anyway - use ReferencingFactoryFinder instead, which will continue to work no matter where this class is located.
 

Uses of OptionalFactory in org.geotools.referencing.factory.epsg
 

Classes in org.geotools.referencing.factory.epsg that implement OptionalFactory
 class DefaultFactory
          Deprecated. Please use ThreadedEpsgFactory instead, the name DefaultFactory was viewed as confusing
 class EsriExtension
          Extends the EPSG database with Coordinate Reference Systems defined by ESRI.
 class FactoryUsingWKT
          Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.
 class LongitudeFirstEpsgDecorator
          An EPSG authority factory using (longitude, latitude) axis order.
 class LongitudeFirstFactory
          An EPSG authority factory using (longitude, latitude) axis order.
 class ThreadedEpsgFactory
          Base class for EPSG factories to be registered in ReferencingFactoryFinder.
 class ThreadedH2EpsgFactory
          Connection to the EPSG database in H2 database engine format using JDBC.
 class ThreadedHsqlEpsgFactory
          Connection to the EPSG database in HSQL database engine format using JDBC.
 class ThreadedOracleEpsgFactory
          Connection to the EPSG database in Oracle database engine using a JDBC datasource.
 class ThreadedPostgreSQLEpsgFactory
          Connection to the EPSG database in PostgreSQL database engine using JDBC.
 class UnnamedExtension
          Provides common Coordinate Reference Systems not found in the standard EPSG database.
 

Uses of OptionalFactory in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement OptionalFactory
 class AuthorityBackedFactory
          A coordinate operation factory extended with the extra informations provided by an authority factory.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.