Uses of Interface
org.geotools.factory.Factory

Packages that use Factory
org.geotools.arcsde   
org.geotools.brewer.color   
org.geotools.coverage.grid GridCoverage2D implementation. 
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 Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.complex This package contains the implementation of a ComplexDataStore
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.db2   
org.geotools.data.dir Directory DataStore 
org.geotools.data.gen   
org.geotools.data.h2   
org.geotools.data.jdbc.datasource   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.postgis.synch   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.data.vpf   
org.geotools.data.vpf.file   
org.geotools.data.wfs   
org.geotools.data.wms.xml   
org.geotools.data.wps package with WPS specs and utils. 
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.feature   
org.geotools.filter   
org.geotools.filter.function   
org.geotools.filter.function.math   
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.geometry.iso An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.aggregate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.complex An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.primitive An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.jts.spatialschema.geometry.aggregate   
org.geotools.geometry.jts.spatialschema.geometry.complex   
org.geotools.image.io.mosaic An image reader implemented as a mosaic of other image readers. 
org.geotools.jdbc   
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.crs Coordinate reference systems implementation. 
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.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). 
org.geotools.referencing.operation Coordinate operation implementation. 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
org.geotools.xml.gml   
org.geotools.xml.schema Schema Interfaces 
org.geotools.xml.styling   
org.geotools.xml.wfs   
org.geotools.xml.xLink   
 

Uses of Factory in org.geotools.arcsde
 

Classes in org.geotools.arcsde that implement Factory
 class ArcSDEDataStoreFactory
          Factory to create DataStores over a live ArcSDE instance.
 class ArcSDEJNDIDataStoreFactory
          A GeoTools DataStore factory to access an ArcSDE database by grabbing the connection pool from a JNDI reference.
 class ArcSDERasterFormatFactory
          Implementation of the GridCoverageFormat service provider interface for ArcSDE Databases.
 

Uses of Factory in org.geotools.brewer.color
 

Classes in org.geotools.brewer.color that implement Factory
 class PaletteFunction
           
 

Uses of Factory in org.geotools.coverage.grid
 

Classes in org.geotools.coverage.grid that implement Factory
 class GridCoverageFactory
          A factory for grid coverage objects.
 

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

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

Uses of Factory in org.geotools.coverageio
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of Factory in org.geotools.data
 

Subinterfaces of Factory in org.geotools.data
 interface DataAccessFactory
          Constructs a live DataAccess from a set of connection parameters.
 interface DataStoreFactorySpi
          Factory used to construct a DataStore from a set of parameters.
 interface FileDataStoreFactorySpi
          DataAccessFactory for working with formats based on a single URL.
 

Classes in org.geotools.data that implement Factory
 class AbstractDataStoreFactory
          A best of toolkit for DataStoreFactory implementors.
 class DefaultFeatureLockFactory
          Default implementation of the FeatureLockFactory.
 class FeatureLockFactory
          This specifies the interface to create FeatureLocks.
 class SampleDataAccessFactory
          Sample implementation of a DataAccessFactory for testing.
 

Uses of Factory in org.geotools.data.complex
 

Classes in org.geotools.data.complex that implement Factory
 class AppSchemaDataAccessFactory
          DataStoreFactory for ComplexDataStore.
 

Uses of Factory in org.geotools.data.crs
 

Subinterfaces of Factory in org.geotools.data.crs
 interface CRSAuthoritySpi
          Deprecated. Now replaced by CRSAuthorityFactory.
 

Uses of Factory in org.geotools.data.db2
 

Classes in org.geotools.data.db2 that implement Factory
 class DB2NGDataStoreFactory
          DataStoreFactory for DB2 database.
 class DB2NGJNDIDataStoreFactory
          DataStoreFactory for DB2 database.
 

Uses of Factory in org.geotools.data.dir
 

Classes in org.geotools.data.dir that implement Factory
 class DirectoryDataStoreFactory
          Deprecated. Use DirectoryDataStoreFactory instead
 

Uses of Factory in org.geotools.data.gen
 

Classes in org.geotools.data.gen that implement Factory
 class PreGeneralizedDataStoreFactory
           
 

Uses of Factory in org.geotools.data.h2
 

Classes in org.geotools.data.h2 that implement Factory
 class H2DataStoreFactory
          DataStoreFacotry for H2 database.
 class H2JNDIDataStoreFactory
          JNDI DataStoreFactory for H2.
 

Uses of Factory in org.geotools.data.jdbc.datasource
 

Subinterfaces of Factory in org.geotools.data.jdbc.datasource
 interface DataSourceFactorySpi
          Constructs a live DataSource from a set of parameters.
 

Classes in org.geotools.data.jdbc.datasource that implement Factory
 class AbstractDataSourceFactorySpi
           
 class DBCPDataSourceFactory
          A datasource factory using DBCP connection pool
 class JNDIDataSourceFactory
          A datasource factory SPI doing JDNI lookups
 

Uses of Factory in org.geotools.data.mysql
 

Classes in org.geotools.data.mysql that implement Factory
 class MySQLDataStoreFactory
          DataStoreFactory for MySQL database.
 class MySQLJNDIDataStoreFactory
          JNDI DataStoreFactory for mysql database.
 

Uses of Factory in org.geotools.data.oracle
 

Classes in org.geotools.data.oracle that implement Factory
 class OracleDataStoreFactory
          Creates an OracleDataStore based on the correct params.
 class OracleNGDataStoreFactory
          Oracle data store factory.
 class OracleNGJNDIDataStoreFactory
          JNDI DataStoreFactory for oracle database.
 class OracleNGOCIDataStoreFactory
          Creates an Oracle datastore based on a thick OCI client connection, instead of the traditional (thin) jdbc connection.
 class OracleOCIDataStoreFactory
          Creates an Oracle datastore based on a thick OCI client connection, instead of the traditional (thin) jdbc connection.
 

Uses of Factory in org.geotools.data.postgis
 

Classes in org.geotools.data.postgis that implement Factory
 class PostgisDataStoreFactory
          Creates a PostgisDataStore baed on the correct params.
 class PostgisNGDataStoreFactory
           
 class PostgisNGJNDIDataStoreFactory
          JNDI DataStoreFactory for Postgis database.
 class VersionedPostgisDataStoreFactory
          Builds instances of the versioned Postgis datastore
 

Uses of Factory in org.geotools.data.postgis.synch
 

Classes in org.geotools.data.postgis.synch that implement Factory
 class SynchronizedPostgisDataStoreFactory
          Builds instances of the versioned Postgis datastore
 

Uses of Factory in org.geotools.data.property
 

Classes in org.geotools.data.property that implement Factory
 class PropertyDataStoreFactory
          DataStore factory that creates PropertyDataStores
 

Uses of Factory in org.geotools.data.shapefile
 

Classes in org.geotools.data.shapefile that implement Factory
 class ShapefileDataStoreFactory
          Implementation of the DataStore service provider interface for Shapefiles.
 

Uses of Factory in org.geotools.data.shapefile.indexed
 

Classes in org.geotools.data.shapefile.indexed that implement Factory
 class IndexedShapefileDataStoreFactory
          Deprecated. Please use ShapefileDataStoreFactory, it can create an IndexedDataStore if appropriate
 

Uses of Factory in org.geotools.data.spatialite
 

Classes in org.geotools.data.spatialite that implement Factory
 class SpatiaLiteDataStoreFactory
          DataStoreFactory for SpatiaLite database.
 class SpatiaLiteJNDIDataStoreFactory
          JNDI DataStoreFactory for SpatiaLite database.
 

Uses of Factory in org.geotools.data.sqlserver
 

Classes in org.geotools.data.sqlserver that implement Factory
 class SQLServerDataStoreFactory
          DataStore factory for Microsoft SQL Server.
 class SQLServerJNDIDataStoreFactory
          JNDI DataStoreFactory for sql server database.
 

Uses of Factory in org.geotools.data.vpf
 

Classes in org.geotools.data.vpf that implement Factory
 class VPFDataStoreFactory
          Class VPFDataSourceFactory.java is responsible for constructing appropriate VPFDataStore (actually VPFLibrary) objects.
 

Uses of Factory in org.geotools.data.vpf.file
 

Classes in org.geotools.data.vpf.file that implement Factory
 class VPFFileFactory
          A factory for VPFFileStore.
 

Uses of Factory in org.geotools.data.wfs
 

Classes in org.geotools.data.wfs that implement Factory
 class WFSDataStoreFactory
          A DataStoreFactorySpi to connect to a Web Feature Service.
 

Uses of Factory in org.geotools.data.wms.xml
 

Classes in org.geotools.data.wms.xml that implement Factory
 class OGCSchema
           
 class WMSSchema
           
 

Uses of Factory in org.geotools.data.wps
 

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

Uses of Factory in org.geotools.factory
 

Subinterfaces of Factory in org.geotools.factory
 interface BufferedFactory
          A marker interface for factories that are buffering their objects in some way.
 interface FactoryUsingVolatileDependencies
          Deprecated. This class should be a marker interface instead of an AbstractFactory subclass. We will make this change in a future version. When this change is done, AllAuthoritiesFactory should implement this interface.
 interface OptionalFactory
          An optional factory that may not be available in all configurations.
 

Classes in org.geotools.factory that implement Factory
 class AbstractFactory
          Skeletal implementation of factories.
 

Uses of Factory in org.geotools.feature
 

Classes in org.geotools.feature that implement Factory
 class DefaultFeatureCollections
          Concrete extension to FeatureCollections to create DefaultFeatureCollections.
 class FeatureCollections
          A utility class for working with FeatureCollections.
 

Uses of Factory in org.geotools.filter
 

Subinterfaces of Factory in org.geotools.filter
 interface FilterFactory
          Deprecated. use FilterFactory
 interface FunctionExpression
          Deprecated. use Function
 

Classes in org.geotools.filter that implement Factory
 class AreaFunction
           
 class AsMultiGeometryFunctionExpression
          Function which wraps an instance of geometry in its associatd multi geometry type.
 class FallbackFunction
          A placeholder class used to track a function the user requested that is not supported by our java implementation.
 class FilterFactoryImpl
          Implementation of the FilterFactory, generates the filter implementations in defaultcore.
 class FilterFactoryImplNamespaceAware
           
 class FunctionExpressionImpl
          Abstract class for a function expression implementation
 class IDFunctionExpression
           
 class LengthFunction
          Takes an AttributeExpression, and computes the length of the data for the attribute.
 class MaxFunction
          Deprecated. - use org.geotools.filter.function.math.MinFunction instead
 class MinFunction
          Deprecated. - use org.geotools.filter.function.math.MinFunction instead
 

Uses of Factory in org.geotools.filter.function
 

Classes in org.geotools.filter.function that implement Factory
 class ClassificationFunction
          Parent for classifiers which break a feature collection into the specified number of classes.
 class ClassifyFunction
           
 class Collection_AverageFunction
          Calculates the average value of an attribute for a given FeatureCollection and Expression.
 class Collection_BoundsFunction
          Calculates the bounds of an attribute for a given FeatureCollection and Expression.
 class Collection_CountFunction
          Calculates the count value of an attribute for a given FeatureCollection and Expression.
 class Collection_MaxFunction
          Calculates the maximum value of an attribute for a given FeatureCollection and Expression.
 class Collection_MedianFunction
          Calculates the median value of an attribute for a given FeatureCollection and Expression.
 class Collection_MinFunction
          Calculates the minimum value of an attribute for a given FeatureCollection and Expression.
 class Collection_SumFunction
          Calculates the sum value of an attribute for a given FeatureCollection and Expression.
 class Collection_UniqueFunction
          Calculates the unique value of an attribute for a given FeatureCollection and Expression.
 class EnvFunction
          Provides a lookup table of named variables allowing externally defined values to be access within a SLD document.
 class EqualIntervalFunction
          Classification function for breaking a feature collection into edible chunks of "equal" size.
 class FilterFunction_area
           
 class FilterFunction_between
           
 class FilterFunction_boundary
           
 class FilterFunction_boundaryDimension
           
 class FilterFunction_buffer
           
 class FilterFunction_bufferWithSegments
           
 class FilterFunction_centroid
           
 class FilterFunction_contains
           
 class FilterFunction_Convert
           
 class FilterFunction_convexHull
           
 class FilterFunction_crosses
           
 class FilterFunction_dateFormat
          Formats a date into a string given a certain pattern (specified in the format accepted by SimpleDateFormat}
 class FilterFunction_dateParse
          Parses a date from a string given a certain pattern (specified in the format accepted by SimpleDateFormat}
 class FilterFunction_difference
           
 class FilterFunction_dimension
           
 class FilterFunction_disjoint
           
 class FilterFunction_distance
           
 class FilterFunction_double2bool
           
 class FilterFunction_endPoint
           
 class FilterFunction_envelope
           
 class FilterFunction_equalsExact
           
 class FilterFunction_equalsExactTolerance
           
 class FilterFunction_equalTo
           
 class FilterFunction_exteriorRing
           
 class FilterFunction_geometryType
           
 class FilterFunction_geomFromWKT
           
 class FilterFunction_geomLength
           
 class FilterFunction_getGeometryN
           
 class FilterFunction_getX
           
 class FilterFunction_getY
           
 class FilterFunction_getZ
           
 class FilterFunction_greaterEqualThan
           
 class FilterFunction_greaterThan
           
 class FilterFunction_if_then_else
           
 class FilterFunction_in10
           
 class FilterFunction_in2
           
 class FilterFunction_in3
           
 class FilterFunction_in4
           
 class FilterFunction_in5
           
 class FilterFunction_in6
           
 class FilterFunction_in7
           
 class FilterFunction_in8
           
 class FilterFunction_in9
           
 class FilterFunction_int2bbool
           
 class FilterFunction_int2ddouble
           
 class FilterFunction_interiorPoint
           
 class FilterFunction_interiorRingN
           
 class FilterFunction_intersection
           
 class FilterFunction_intersects
           
 class FilterFunction_isClosed
           
 class FilterFunction_isEmpty
           
 class FilterFunction_isLike
           
 class FilterFunction_isNull
           
 class FilterFunction_isometric
           
 class FilterFunction_isRing
           
 class FilterFunction_isSimple
           
 class FilterFunction_isValid
           
 class FilterFunction_isWithinDistance
           
 class FilterFunction_lessEqualThan
           
 class FilterFunction_lessThan
           
 class FilterFunction_not
           
 class FilterFunction_notEqualTo
           
 class FilterFunction_numberFormat
          Formats a number into a string given a certain pattern (specified in the format accepted by DecimalFormat}
 class FilterFunction_numGeometries
           
 class FilterFunction_numInteriorRing
           
 class FilterFunction_numPoints
           
 class FilterFunction_offset
           
 class FilterFunction_overlaps
           
 class FilterFunction_parseBoolean
           
 class FilterFunction_parseDouble
           
 class FilterFunction_parseInt
           
 class FilterFunction_parseLong
           
 class FilterFunction_pointN
           
 class FilterFunction_relate
           
 class FilterFunction_relatePattern
           
 class FilterFunction_roundDouble
           
 class FilterFunction_startPoint
           
 class FilterFunction_strCapitalize
           
 class FilterFunction_strConcat
           
 class FilterFunction_strEndsWith
           
 class FilterFunction_strEqualsIgnoreCase
           
 class FilterFunction_strIndexOf
           
 class FilterFunction_strLastIndexOf
           
 class FilterFunction_strLength
           
 class FilterFunction_strMatches
           
 class FilterFunction_strReplace
           
 class FilterFunction_strStartsWith
           
 class FilterFunction_strSubstring
           
 class FilterFunction_strSubstringStart
           
 class FilterFunction_strToLowerCase
           
 class FilterFunction_strToUpperCase
           
 class FilterFunction_strTrim
           
 class FilterFunction_symDifference
           
 class FilterFunction_touches
           
 class FilterFunction_toWKT
           
 class FilterFunction_union
           
 class FilterFunction_vertices
           
 class FilterFunction_within
           
 class IDFunction
          Allow access to the value of Feature.getID() as an expression
 class PropertyExistsFunction
          A new function to check if a property exists.
 class QuantileFunction
          Breaks a FeatureCollection into classes with an equal number of items in each.
 class StandardDeviationFunction
          Breaks a FeatureCollection into classes using the standard deviation classification method.
 class UniqueIntervalFunction
          Clone of EqualIntervalFunction for unique values
 

Uses of Factory in org.geotools.filter.function.math
 

Classes in org.geotools.filter.function.math that implement Factory
 class FilterFunction_abs
           
 class FilterFunction_abs_2
           
 class FilterFunction_abs_3
           
 class FilterFunction_abs_4
           
 class FilterFunction_acos
           
 class FilterFunction_asin
           
 class FilterFunction_atan
           
 class FilterFunction_atan2
           
 class FilterFunction_ceil
           
 class FilterFunction_cos
           
 class FilterFunction_exp
           
 class FilterFunction_floor
           
 class FilterFunction_IEEEremainder
           
 class FilterFunction_log
           
 class FilterFunction_max
           
 class FilterFunction_max_2
           
 class FilterFunction_max_3
           
 class FilterFunction_max_4
           
 class FilterFunction_min
           
 class FilterFunction_min_2
           
 class FilterFunction_min_3
           
 class FilterFunction_min_4
           
 class FilterFunction_pow
           
 class FilterFunction_random
           
 class FilterFunction_rint
           
 class FilterFunction_round
           
 class FilterFunction_round_2
           
 class FilterFunction_sin
           
 class FilterFunction_sqrt
           
 class FilterFunction_tan
           
 class FilterFunction_toDegrees
           
 class FilterFunction_toRadians
           
 class PiFunction
          Allow access to the value of Math.PI as an expression
 

Uses of Factory in org.geotools.gce.arcgrid
 

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

Uses of Factory in org.geotools.gce.geotiff
 

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

Uses of Factory in org.geotools.gce.gtopo30
 

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

Uses of Factory in org.geotools.gce.image
 

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

Uses of Factory in org.geotools.gce.imagemosaic
 

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

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

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

Uses of Factory in org.geotools.gce.imagepyramid
 

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

Uses of Factory in org.geotools.geometry.iso
 

Classes in org.geotools.geometry.iso that implement Factory
 class PositionFactoryImpl
          Default implementation of PositionFactory that stores contents using double.
 

Uses of Factory in org.geotools.geometry.iso.aggregate
 

Classes in org.geotools.geometry.iso.aggregate that implement Factory
 class AggregateFactoryImpl
           
 

Uses of Factory in org.geotools.geometry.iso.complex
 

Classes in org.geotools.geometry.iso.complex that implement Factory
 class ComplexFactoryImpl
           
 

Uses of Factory in org.geotools.geometry.iso.coordinate
 

Classes in org.geotools.geometry.iso.coordinate that implement Factory
 class GeometryFactoryImpl
          convenience methods to create objects of the coordinate geometry package using only java native types as parameters
 

Uses of Factory in org.geotools.geometry.iso.primitive
 

Classes in org.geotools.geometry.iso.primitive that implement Factory
 class PrimitiveFactoryImpl
           
 

Uses of Factory in org.geotools.geometry.jts.spatialschema.geometry.aggregate
 

Classes in org.geotools.geometry.jts.spatialschema.geometry.aggregate that implement Factory
 class JTSAggregateFactory
          Implementation of AggregateFactory able to make MultiPointImpl but little else.
 

Uses of Factory in org.geotools.geometry.jts.spatialschema.geometry.complex
 

Classes in org.geotools.geometry.jts.spatialschema.geometry.complex that implement Factory
 class JTSComplexFactory
           
 

Uses of Factory in org.geotools.image.io.mosaic
 

Classes in org.geotools.image.io.mosaic that implement Factory
 class TileManagerFactory
          Creates TileManager instances from a collection of tiles.
 

Uses of Factory in org.geotools.jdbc
 

Classes in org.geotools.jdbc that implement Factory
 class JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
 class JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
 

Uses of Factory in org.geotools.process
 

Subinterfaces of Factory 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 Factory in org.geotools.process.feature
 

Classes in org.geotools.process.feature that implement Factory
 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 Factory in org.geotools.process.impl
 

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

Uses of Factory in org.geotools.process.literal
 

Classes in org.geotools.process.literal that implement Factory
 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 Factory in org.geotools.process.raster
 

Classes in org.geotools.process.raster that implement Factory
 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 Factory in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement Factory
 class EPSGCRSAuthorityFactory
          Deprecated. Uses one of the other EPSG factories backed by a database instead.
 

Uses of Factory in org.geotools.referencing.factory
 

Classes in org.geotools.referencing.factory that implement Factory
 class AbstractAuthorityFactory
          Base class for authority factories.
 class AbstractAuthorityMediator
          An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.
 class AbstractCachedAuthorityFactory
          An authority factory that consults (a possibly shared) cache before generating content itself.
 class AbstractEpsgMediator
          Abstract implementation for EPSG (has a DataSource reference inside).
 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 BufferedAuthorityFactory
          An authority factory that caches all objects created by an other factory.
 class CachedAuthorityDecorator
          An authority factory that caches all objects created by delegate factories.
 class CachedCRSAuthorityDecorator
          An authority factory that caches all objects created by the delegate CRSAuthorityFactory.
 class DatumAliases
          A datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.
 class DeferredAuthorityFactory
          A buffered authority factory which will defer the creation of a backing store until when first needed.
 class DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
 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 PropertyAuthorityFactory
          Default implementation for a coordinate reference system authority factory backed by a property file.
 class ReferencingFactory
          Base class for all factories in the referencing module.
 class ReferencingFactoryContainer
          A set of utilities methods working on factories.
 class ReferencingObjectFactory
          Builds Geotools implementations of CRS, CS and datum objects.
 class ThreadedAuthorityFactory
          An authority factory that caches all objects created by an other factory.
 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 Factory in org.geotools.referencing.factory.epsg
 

Classes in org.geotools.referencing.factory.epsg that implement Factory
 class AbstractEpsgFactory
          A coordinate reference system factory backed by the EPSG database tables.
 class AccessDialectEpsgFactory
          This factory uses the MS-Access dialect of SQL.
 class AnsiDialectEpsgFactory
          An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.
 class DefaultFactory
          Deprecated. Please use ThreadedEpsgFactory instead, the name DefaultFactory was viewed as confusing
 class DirectEpsgFactory
          A coordinate reference system factory backed by the EPSG database tables.
 class EsriExtension
          Extends the EPSG database with Coordinate Reference Systems defined by ESRI.
 class FactoryUsingAnsiSQL
          Deprecated. Please use AnsiDialectEpsgFactory.
 class FactoryUsingOracleSQL
          Deprecated. Please use OracleDialectEpsgFactory.
 class FactoryUsingSQL
          Deprecated. Please use AccessDialectEpsgFactory.
 class FactoryUsingWKT
          Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.
 class HsqlDialectEpsgMediator
          Mediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.
 class LongitudeFirstEpsgDecorator
          An EPSG authority factory using (longitude, latitude) axis order.
 class LongitudeFirstFactory
          An EPSG authority factory using (longitude, latitude) axis order.
 class OracleDialectEpsgFactory
          An EPSG factory suitable for Oracle SQL syntax.
 class OracleDialectEpsgMediator
          Mediator which delegates the creation of referencing objects to the OracleDialectEpsgFactory.
 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 Factory in org.geotools.referencing.factory.wms
 

Classes in org.geotools.referencing.factory.wms that implement Factory
 class AutoCRSFactory
          Deprecated. This class will move in a org.geotools.referencing.factory.web package in a future Geotools version, in order to put together other web-related factories defined outside the WMS specification. 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 WebCRSFactory
          Deprecated. This class will move in a org.geotools.referencing.factory.web package in a future Geotools version, in order to put together other web-related factories defined outside the WMS specification. 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 Factory in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement Factory
 class AbstractCoordinateOperationFactory
          Base class for coordinate operation factories.
 class AuthorityBackedFactory
          A coordinate operation factory extended with the extra informations provided by an authority factory.
 class BufferedCoordinateOperationFactory
          Caches the coordinate operations created by an other factory.
 class DefaultCoordinateOperationFactory
          Creates coordinate operations.
 class DefaultMathTransformFactory
          Low level factory for creating math transforms.
 

Uses of Factory in org.geotools.styling
 

Subinterfaces of Factory in org.geotools.styling
 interface StyleFactory
          Abstract base class for implementing style factories.
 interface StyleFactory2
          Abstract base class for implementing style factories.
 

Classes in org.geotools.styling that implement Factory
 class AbstractStyleFactory
          Abstract base class for implementing style factories.
 class StyleFactoryImpl
          Factory for creating Styles.
 

Uses of Factory in org.geotools.xml.filter
 

Classes in org.geotools.xml.filter that implement Factory
 class FilterSchema
           DOCUMENT ME! TODO Fill me in !!!
 

Uses of Factory in org.geotools.xml.gml
 

Classes in org.geotools.xml.gml that implement Factory
 class GMLSchema
           This class represents a hard coded, java interpreted version of the GML 2.1.2 schema.
 

Uses of Factory in org.geotools.xml.schema
 

Subinterfaces of Factory in org.geotools.xml.schema
 interface Schema
           This Interface is intended to represent the public portion of an XML Schema.
 

Uses of Factory in org.geotools.xml.styling
 

Classes in org.geotools.xml.styling that implement Factory
 class sldSchema
           
 

Uses of Factory in org.geotools.xml.wfs
 

Classes in org.geotools.xml.wfs that implement Factory
 class WFSSchema
           This class represents a hard coded, java interpreted version of the WFS WFS-basic schema.
 

Uses of Factory in org.geotools.xml.xLink
 

Classes in org.geotools.xml.xLink that implement Factory
 class XLinkSchema
           This class is a hard-coded version of the XLink Schema.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.