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 interfaceGridFormatFactorySpiConstructs a live GridCoverageFormat. -
Uses of OptionalFactory in org.geotools.coverage.io
Subinterfaces of OptionalFactory in org.geotools.coverage.io Modifier and Type Interface Description interfaceDriverA driver adding the ability to work with a new coverage format or service.interfaceFileDriver -
Uses of OptionalFactory in org.geotools.coverage.io.grib
Classes in org.geotools.coverage.io.grib that implement OptionalFactory Modifier and Type Class Description classGRIBFormatFactorySPI -
Uses of OptionalFactory in org.geotools.coverage.io.impl
Classes in org.geotools.coverage.io.impl that implement OptionalFactory Modifier and Type Class Description classDefaultDriverBase Implementation for theDriverinterface.classDefaultFileDriverBase class extendingDefaultDriverleveraging 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 classNetCDFDriverNetCDF DriverclassNetCDFFormatFactorySPI -
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 classNetCDFCRSAuthorityFactoryA factory providing NetCDF/GRIB customCoordinateReferenceSysteminstances 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 classBaseGridFormatFactorySPIBase 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 classAIGFormatFactoryImplementation of theFormatservice 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 classDTEDFormatFactoryImplementation of theFormatservice 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 classECWFormatFactoryImplementation of theFormatservice 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 classEsriHdrFormatFactoryImplementation of theFormatservice 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 classEnviHdrFormatFactory -
Uses of OptionalFactory in org.geotools.coverageio.gdal.erdasimg
Classes in org.geotools.coverageio.gdal.erdasimg that implement OptionalFactory Modifier and Type Class Description classErdasImgFormatFactoryImplementation of theFormatservice 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 classIDRISIFormatFactoryImplementation of theFormatservice 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 classJP2ECWFormatFactoryImplementation of theFormatservice 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 classJP2KFormatFactoryImplementation of theFormatservice 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 classJP2MrSIDFormatFactoryImplementation of theFormatservice 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 classMrSIDFormatFactoryImplementation of theFormatservice 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 classNITFFormatFactoryImplementation of theFormatservice 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 classRPFTOCFormatFactoryImplementation of theFormatservice 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 classSRPFormatFactoryImplementation of theFormatservice 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 classVRTFormatFactoryImplementation of theFormatservice 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 classJP2KFormatFactoryImplementation of theFormatservice 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 classArcGridFormatFactoryImplementation of theFormatservice 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 classGeoTiffFormatFactorySpiTheGeoTiffFormatFactorySpishould 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 classGrassCoverageFormatFactoryThe 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 classWorldImageFormatFactory -
Uses of OptionalFactory in org.geotools.gce.imagemosaic
Classes in org.geotools.gce.imagemosaic that implement OptionalFactory Modifier and Type Class Description classImageMosaicFormatFactoryImplementation 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 interfacePropertiesCollectorSPIClasses in org.geotools.gce.imagemosaic.properties that implement OptionalFactory Modifier and Type Class Description classCRSExtractorSPISPI for the CRS extractorclassCurrentDateExtractorSPIFactory for a properties extractor collecting the current dateclassDateExtractorSPIclassDefaultPropertiesCollectorSPIclassFSDateExtractorSPIclassResolutionExtractorSPIclassResolutionXExtractorSPIclassResolutionYExtractorSPI -
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 classByteFileNameExtractorSPIclassDoubleFileNameExtractorSPIclassFloatFileNameExtractorSPIclassIntegerFileNameExtractorSPIclassLongFileNameExtractorSPIclassShortFileNameExtractorSPI -
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 classStringFileNameExtractorSPIPropertiesCollectorSPIfor aPropertiesCollectorthat 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 classTimestampFileNameExtractorSPI -
Uses of OptionalFactory in org.geotools.gce.imagepyramid
Classes in org.geotools.gce.imagepyramid that implement OptionalFactory Modifier and Type Class Description classImagePyramidFormatFactoryImplementation 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 classPGRasterFactoryFactory forPGRasterFormat. -
Uses of OptionalFactory in org.geotools.geopkg.mosaic
Classes in org.geotools.geopkg.mosaic that implement OptionalFactory Modifier and Type Class Description classGeoPackageFormatFactorySpiConstructs 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 classRuntimeExtractorSPIPropertiesCollectorSPIfor aPropertiesCollectorthat 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 classMBTilesFormatFactorySpi -
Uses of OptionalFactory in org.geotools.process
Subinterfaces of OptionalFactory in org.geotools.process Modifier and Type Interface Description interfaceProcessFactoryUsed 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 classAnnotatedBeanProcessFactoryAnnotation driven process factory; used to wrap up a bunch of Java beans as a single Process Factory.classAnnotationDrivenProcessFactoryA process factory that uses annotations to determine much of the metadata needed to describe aProcess.classStaticMethodsProcessFactory<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 classAbstractFeatureCollectionProcessFactoryBase class for process factories which perform an operation on each feature in a feature collection.classFeatureToFeatureProcessFactoryBase 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 classCenterLineProcessclassGeometryProcessFactoryA process factory exposing all the annotated methods inGeometryFunctionsclassPolygonLabelProcessBased on Vladimir Agafonkin's Algorithm https://www.mapbox.com/blog/polygon-center/classSkeletonizeProcess -
Uses of OptionalFactory in org.geotools.process.impl
Classes in org.geotools.process.impl that implement OptionalFactory Modifier and Type Class Description classSingleProcessFactoryHelper 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 classRasterProcessFactory -
Uses of OptionalFactory in org.geotools.process.vector
Classes in org.geotools.process.vector that implement OptionalFactory Modifier and Type Class Description classVectorProcessFactoryFactory 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 classEsriExtensionExtends the EPSG database with Coordinate Reference Systems defined by ESRI.classUnnamedExtensionProvides 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 classThreadedPostgreSQLEpsgFactoryConnection 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 classAbstract_URI_AuthorityFactoryBase class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory.classAllAuthoritiesFactoryAn authority factory that delegates the object creation to an other factory determined from the authority name in the code.classAuthorityFactoryAdapterclassDeferredAuthorityFactoryA buffered authority factory which will defer the creation of a backing store until when first needed.classFallbackAuthorityFactoryA factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.classHTTP_AuthorityFactoryWraps all factories in a"http://www.opengis.net/"name space.classHTTP_URI_AuthorityFactoryAuthorityFactoryfor OGC HTTP URI resources.classManyAuthoritiesFactoryAn authority factory that delegates the object creation to an other factory determined from the authority name in the code.classOrderedAxisAuthorityFactoryAn authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.classOrderedAxisCRSAuthorityFactoryAn authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.classTransformedAuthorityFactoryclassURN_AuthorityFactoryWraps 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 classCoordinateOperationFactoryUsingWKTAuthority factory that holds user-defined Coordinate Operations.classFactoryUsingWKTAuthority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.classLongitudeFirstEpsgDecoratorAn EPSG authority factory using (longitude, latitude) axis order.classLongitudeFirstFactoryAn EPSG authority factory using (longitude, latitude) axis order.classThreadedEpsgFactoryBase 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 classThreadedHsqlEpsgFactoryConnection 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 classIAUAuthorityFactoryExtends the EPSG database with Coordinate Reference Systems defined by IAU.classIAULongitudeFirstFactoryAn 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 classAuthorityBackedFactoryA 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 classTPKFormatFactorySpi -
Uses of OptionalFactory in org.geotools.vsi
Classes in org.geotools.vsi that implement OptionalFactory Modifier and Type Class Description classVSIFormatFactory
-