Uses of Interface
org.geotools.util.factory.OptionalFactory
-
Packages that use OptionalFactory Package Description org.geotools.coverage.grid.io org.geotools.coverage.io org.geotools.coverage.io.grib org.geotools.coverage.io.impl org.geotools.coverage.io.netcdf org.geotools.coverage.io.netcdf.crs 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.coverageio.gdal.srp org.geotools.coverageio.gdal.vrt org.geotools.coverageio.jp2k Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins.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.image org.geotools.gce.imagemosaic 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.gce.pgraster org.geotools.geopkg.mosaic org.geotools.imageio.netcdf.utilities org.geotools.mbtiles.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.geometry Geometry processing support for the GeoTools library.org.geotools.process.impl Class to help developers implement additional Processes.org.geotools.process.raster Raster processing support for the GeoTools library.org.geotools.process.vector Vector processing support for the GeoTools library.org.geotools.referencing.epsg.esri org.geotools.referencing.epsg.postgresql 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.factory.epsg.hsql org.geotools.referencing.iau org.geotools.referencing.operation Coordinate operation implementation.org.geotools.tpk org.geotools.vsi -
-
Uses of OptionalFactory in org.geotools.coverage.grid.io
Subinterfaces of OptionalFactory in org.geotools.coverage.grid.io Modifier and Type Interface Description interface
GridFormatFactorySpi
Constructs a live GridCoverageFormat. -
Uses of OptionalFactory in org.geotools.coverage.io
Subinterfaces of OptionalFactory in org.geotools.coverage.io Modifier and Type Interface Description interface
Driver
A driver adding the ability to work with a new coverage format or service.interface
FileDriver
-
Uses of OptionalFactory in org.geotools.coverage.io.grib
Classes in org.geotools.coverage.io.grib that implement OptionalFactory Modifier and Type Class Description class
GRIBFormatFactorySPI
-
Uses of OptionalFactory in org.geotools.coverage.io.impl
Classes in org.geotools.coverage.io.impl that implement OptionalFactory Modifier and Type Class Description class
DefaultDriver
Base Implementation for theDriver
interface.class
DefaultFileDriver
Base class extendingDefaultDriver
leveraging on URLs. -
Uses of OptionalFactory in org.geotools.coverage.io.netcdf
Classes in org.geotools.coverage.io.netcdf that implement OptionalFactory Modifier and Type Class Description class
NetCDFDriver
NetCDF Driverclass
NetCDFFormatFactorySPI
-
Uses of OptionalFactory in org.geotools.coverage.io.netcdf.crs
Classes in org.geotools.coverage.io.netcdf.crs that implement OptionalFactory Modifier and Type Class Description class
NetCDFCRSAuthorityFactory
A factory providing NetCDF/GRIB customCoordinateReferenceSystem
instances with the related custom EPSG. -
Uses of OptionalFactory in org.geotools.coverageio
Classes in org.geotools.coverageio that implement OptionalFactory Modifier and Type Class Description class
BaseGridFormatFactorySPI
Base implementation forGridFormatFactorySpi
. -
Uses of OptionalFactory in org.geotools.coverageio.gdal.aig
Classes in org.geotools.coverageio.gdal.aig that implement OptionalFactory Modifier and Type Class Description class
AIGFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
DTEDFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
ECWFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
EsriHdrFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
EnviHdrFormatFactory
-
Uses of OptionalFactory in org.geotools.coverageio.gdal.erdasimg
Classes in org.geotools.coverageio.gdal.erdasimg that implement OptionalFactory Modifier and Type Class Description class
ErdasImgFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
IDRISIFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
JP2ECWFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
JP2KFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
JP2MrSIDFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
MrSIDFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
NITFFormatFactory
Implementation of theFormat
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 Modifier and Type Class Description class
RPFTOCFormatFactory
Implementation of theFormat
service provider interface for RPFTOC files. -
Uses of OptionalFactory in org.geotools.coverageio.gdal.srp
Classes in org.geotools.coverageio.gdal.srp that implement OptionalFactory Modifier and Type Class Description class
SRPFormatFactory
Implementation of theFormat
service provider interface for SRP (ASRP/USPR) files. -
Uses of OptionalFactory in org.geotools.coverageio.gdal.vrt
Classes in org.geotools.coverageio.gdal.vrt that implement OptionalFactory Modifier and Type Class Description class
VRTFormatFactory
Implementation of theFormat
service provider interface for VRT files. -
Uses of OptionalFactory in org.geotools.coverageio.jp2k
Classes in org.geotools.coverageio.jp2k that implement OptionalFactory Modifier and Type Class Description class
JP2KFormatFactory
Implementation of theFormat
service provider interface for JP2K files. -
Uses of OptionalFactory in org.geotools.gce.arcgrid
Classes in org.geotools.gce.arcgrid that implement OptionalFactory Modifier and Type Class Description class
ArcGridFormatFactory
Implementation of theFormat
service provider interface for arc grid files. -
Uses of OptionalFactory in org.geotools.gce.geotiff
Classes in org.geotools.gce.geotiff that implement OptionalFactory Modifier and Type Class Description class
GeoTiffFormatFactorySpi
TheGeoTiffFormatFactorySpi
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 Modifier and Type Class Description class
GrassCoverageFormatFactory
The GrassCoverageFormatFactory will be discovered by the GridFormatFinder. -
Uses of OptionalFactory in org.geotools.gce.image
Classes in org.geotools.gce.image that implement OptionalFactory Modifier and Type Class Description class
WorldImageFormatFactory
-
Uses of OptionalFactory in org.geotools.gce.imagemosaic
Classes in org.geotools.gce.imagemosaic that implement OptionalFactory Modifier and Type Class Description class
ImageMosaicFormatFactory
Implementation of the GridCoverageFormat service provider interface for mosaic of georeferenced images. -
Uses of OptionalFactory in org.geotools.gce.imagemosaic.properties
Subinterfaces of OptionalFactory in org.geotools.gce.imagemosaic.properties Modifier and Type Interface Description interface
PropertiesCollectorSPI
Classes in org.geotools.gce.imagemosaic.properties that implement OptionalFactory Modifier and Type Class Description class
CRSExtractorSPI
SPI for the CRS extractorclass
CurrentDateExtractorSPI
Factory for a properties extractor collecting the current dateclass
DateExtractorSPI
class
DefaultPropertiesCollectorSPI
class
FSDateExtractorSPI
class
ResolutionExtractorSPI
class
ResolutionXExtractorSPI
class
ResolutionYExtractorSPI
-
Uses of OptionalFactory in org.geotools.gce.imagemosaic.properties.numeric
Classes in org.geotools.gce.imagemosaic.properties.numeric that implement OptionalFactory Modifier and Type Class Description 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 Modifier and Type Class Description class
StringFileNameExtractorSPI
PropertiesCollectorSPI
for aPropertiesCollector
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 Modifier and Type Class Description class
TimestampFileNameExtractorSPI
-
Uses of OptionalFactory in org.geotools.gce.imagepyramid
Classes in org.geotools.gce.imagepyramid that implement OptionalFactory Modifier and Type Class Description class
ImagePyramidFormatFactory
Implementation of the GridCoverageFormat service provider interface for arc grid files. -
Uses of OptionalFactory in org.geotools.gce.pgraster
Classes in org.geotools.gce.pgraster that implement OptionalFactory Modifier and Type Class Description class
PGRasterFactory
Factory forPGRasterFormat
. -
Uses of OptionalFactory in org.geotools.geopkg.mosaic
Classes in org.geotools.geopkg.mosaic that implement OptionalFactory Modifier and Type Class Description class
GeoPackageFormatFactorySpi
Constructs a GeoPackage Grid Format (supports the GP mosaic datastore). -
Uses of OptionalFactory in org.geotools.imageio.netcdf.utilities
Classes in org.geotools.imageio.netcdf.utilities that implement OptionalFactory Modifier and Type Class Description class
RuntimeExtractorSPI
PropertiesCollectorSPI
for aPropertiesCollector
that is able to collect properties from a file name. -
Uses of OptionalFactory in org.geotools.mbtiles.mosaic
Classes in org.geotools.mbtiles.mosaic that implement OptionalFactory Modifier and Type Class Description class
MBTilesFormatFactorySpi
-
Uses of OptionalFactory in org.geotools.process
Subinterfaces of OptionalFactory in org.geotools.process Modifier and Type Interface Description 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 Modifier and Type Class Description 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 aProcess
.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 Modifier and Type Class Description 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.geometry
Classes in org.geotools.process.geometry that implement OptionalFactory Modifier and Type Class Description class
CenterLineProcess
class
GeometryProcessFactory
A process factory exposing all the annotated methods inGeometryFunctions
class
PolygonLabelProcess
Based on Vladimir Agafonkin's Algorithm https://www.mapbox.com/blog/polygon-center/class
SkeletonizeProcess
-
Uses of OptionalFactory in org.geotools.process.impl
Classes in org.geotools.process.impl that implement OptionalFactory Modifier and Type Class Description class
SingleProcessFactory
Helper class for a process factory that will return just a single process -
Uses of OptionalFactory in org.geotools.process.raster
Classes in org.geotools.process.raster that implement OptionalFactory Modifier and Type Class Description class
RasterProcessFactory
-
Uses of OptionalFactory in org.geotools.process.vector
Classes in org.geotools.process.vector that implement OptionalFactory Modifier and Type Class Description class
VectorProcessFactory
Factory providing a number of processes for working with feature data. -
Uses of OptionalFactory in org.geotools.referencing.epsg.esri
Classes in org.geotools.referencing.epsg.esri that implement OptionalFactory Modifier and Type Class Description class
EsriExtension
Extends the EPSG database with Coordinate Reference Systems defined by ESRI.class
UnnamedExtension
Provides common Coordinate Reference Systems not found in the standard EPSG database. -
Uses of OptionalFactory in org.geotools.referencing.epsg.postgresql
Classes in org.geotools.referencing.epsg.postgresql that implement OptionalFactory Modifier and Type Class Description class
ThreadedPostgreSQLEpsgFactory
Connection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of OptionalFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement OptionalFactory Modifier and Type Class Description class
Abstract_URI_AuthorityFactory
Base class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory
.class
AllAuthoritiesFactory
An authority factory that delegates the object creation to an other factory determined from the authority name in the code.class
AuthorityFactoryAdapter
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
OrderedAxisCRSAuthorityFactory
An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.class
TransformedAuthorityFactory
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 Modifier and Type Class Description class
CoordinateOperationFactoryUsingWKT
Authority factory that holds user-defined Coordinate Operations.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 inReferencingFactoryFinder
. -
Uses of OptionalFactory in org.geotools.referencing.factory.epsg.hsql
Classes in org.geotools.referencing.factory.epsg.hsql that implement OptionalFactory Modifier and Type Class Description class
ThreadedHsqlEpsgFactory
Connection to the EPSG database in HSQL database engine format using JDBC. -
Uses of OptionalFactory in org.geotools.referencing.iau
Classes in org.geotools.referencing.iau that implement OptionalFactory Modifier and Type Class Description class
IAUAuthorityFactory
Extends the EPSG database with Coordinate Reference Systems defined by IAU.class
IAULongitudeFirstFactory
An IAU authority factory using (longitude, latitude) axis order. -
Uses of OptionalFactory in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement OptionalFactory Modifier and Type Class Description class
AuthorityBackedFactory
A coordinate operation factory extended with the extra informations provided by an authority factory. -
Uses of OptionalFactory in org.geotools.tpk
Classes in org.geotools.tpk that implement OptionalFactory Modifier and Type Class Description class
TPKFormatFactorySpi
-
Uses of OptionalFactory in org.geotools.vsi
Classes in org.geotools.vsi that implement OptionalFactory Modifier and Type Class Description class
VSIFormatFactory
-