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.idrisi Implementation for IDRISI 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.coverageio.gdal.rpftoc RPFTOC Coverage I/O leveraging on GDAL. 
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.grassraster.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.imagemosaic.properties   
org.geotools.gce.imagemosaic.properties.numeric   
org.geotools.gce.imagemosaic.properties.string   
org.geotools.gce.imagemosaic.properties.time   
org.geotools.gce.imagepyramid   
org.geotools.geopkg.mosaic   
org.geotools.process Define a Process API used to wrap up processes for reuse. 
org.geotools.process.factory   
org.geotools.process.feature   
org.geotools.process.impl Class to help developers implement additional Processes. 
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.idrisi
 

Classes in org.geotools.coverageio.gdal.idrisi that implement OptionalFactory
 class IDRISIFormatFactory
          Implementation of the Format service provider interface for IDRISI 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.coverageio.gdal.rpftoc
 

Classes in org.geotools.coverageio.gdal.rpftoc that implement OptionalFactory
 class RPFTOCFormatFactory
          Implementation of the Format service provider interface for RPFTOC files.
 

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.grassraster.format
 

Classes in org.geotools.gce.grassraster.format that implement OptionalFactory
 class GrassCoverageFormatFactory
          The GrassCoverageFormatFactory will be discovered by the GridFormatFinder.
 

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.imagemosaic.properties
 

Subinterfaces of OptionalFactory in org.geotools.gce.imagemosaic.properties
 interface PropertiesCollectorSPI
           
 

Classes in org.geotools.gce.imagemosaic.properties that implement OptionalFactory
 class DefaultPropertiesCollectorSPI
           
 

Uses of OptionalFactory in org.geotools.gce.imagemosaic.properties.numeric
 

Classes in org.geotools.gce.imagemosaic.properties.numeric that implement OptionalFactory
 class ByteFileNameExtractorSPI
           
 class DoubleFileNameExtractorSPI
           
 class FloatFileNameExtractorSPI
           
 class IntegerFileNameExtractorSPI
           
 class LongFileNameExtractorSPI
           
 class ShortFileNameExtractorSPI
           
 

Uses of OptionalFactory in org.geotools.gce.imagemosaic.properties.string
 

Classes in org.geotools.gce.imagemosaic.properties.string that implement OptionalFactory
 class StringFileNameExtractorSPI
          PropertiesCollectorSPI for a PropertiesCollector that is able to collect properties from a file name.
 

Uses of OptionalFactory in org.geotools.gce.imagemosaic.properties.time
 

Classes in org.geotools.gce.imagemosaic.properties.time that implement OptionalFactory
 class TimestampFileNameExtractorSPI
           
 

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.geopkg.mosaic
 

Classes in org.geotools.geopkg.mosaic that implement OptionalFactory
 class GeoPackageFormatFactorySpi
           
 

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.factory
 

Classes in org.geotools.process.factory that implement OptionalFactory
 class AnnotatedBeanProcessFactory
          Annotation driven process factory; used to wrap up a bunch of Java beans as a single Process Factory.
 class AnnotationDrivenProcessFactory
          A process factory that uses annotations to determine much of the metadata needed to describe a Process.
 class StaticMethodsProcessFactory<T>
          Grabbed from Geotools and generalized a bit, should go back into GeoTools once improved enough.
 

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 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.referencing.factory
 

Classes in org.geotools.referencing.factory that implement OptionalFactory
 class Abstract_URI_AuthorityFactory
          Base class for building OGC URN and HTTP URI wrappers around AllAuthoritiesFactory.
 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
          Wraps all factories in a "http://www.opengis.net/" name space.
 class HTTP_URI_AuthorityFactory
          AuthorityFactory for OGC HTTP URI resources.
 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
          Wraps all factories in a "urn:ogc:def" name space.
 

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

Classes in org.geotools.referencing.factory.epsg that implement OptionalFactory
 class CoordinateOperationFactoryUsingWKT
          Authority factory that holds user-defined Coordinate Operations.
 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 ThreadedHsqlEpsgFactory
          Connection to the EPSG database in HSQL database engine format using JDBC.
 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-2014 Geotools. All Rights Reserved.