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.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.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.complex This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. 
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.db2   
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.property   
org.geotools.data.shapefile   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.data.teradata   
org.geotools.data.wfs   
org.geotools.data.wfs.v1_0_0.xml   
org.geotools.data.wms.xml   
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.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   
org.geotools.geopkg.mosaic   
org.geotools.jdbc   
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.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.gridshift   
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.styling.visitor   
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 Overview This package is intended to provide all the necessary interfaces to semantically represent an XML Schema. 
org.geotools.xml.styling   
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.idrisi
 

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

Classes in org.geotools.coverageio.gdal.rpftoc that implement Factory
 class RPFTOCFormatFactory
          Implementation of the Format service provider interface for RPFTOC 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
          Deprecated. Please use FeatureLock directly
 class FeatureLockFactory
          Deprecated. Please use FeatureLock directly
 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.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 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.
 

Uses of Factory in org.geotools.data.postgis
 

Classes in org.geotools.data.postgis that implement Factory
 class PostgisNGDataStoreFactory
           
 class PostgisNGJNDIDataStoreFactory
          JNDI DataStoreFactory for Postgis database.
 

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
          Builds instances of the shapefile data store
 class ShapefileDirectoryFactory
          Creates a directory datastore pointing to a directory of shapefiles
 

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

Classes in org.geotools.data.teradata that implement Factory
 class TeradataDataStoreFactory
           
 class TeradataJNDIDataStoreFactory
          JNDI DataStoreFactory for Teradata database.
 

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.wfs.v1_0_0.xml
 

Classes in org.geotools.data.wfs.v1_0_0.xml 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.data.wms.xml
 

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

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
          Deprecated. Use DefaultFeatureCollection
 

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
          Area of provided geometry.
 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 FilterFactoryImplReportInvalidProperty
           
 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.MaxFunction 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 SimpleFeatureCollection 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
          Applies the available Converter to turn the value into the desired target class
 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_disjoint3D
           
 class FilterFunction_distance
           
 class FilterFunction_distance3D
           
 class FilterFunction_double2bool
           
 class FilterFunction_endAngle
           
 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_intersects3D
           
 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_isWithinDistance3D
           
 class FilterFunction_lessEqualThan
           
 class FilterFunction_lessThan
           
 class FilterFunction_list
          A simple function that creates a list of values of any number of arguments
 class FilterFunction_minimumCircle
          A FilterFunction that expects a Geometry and returns it's minimum bounding circle.
 class FilterFunction_minimumDiameter
          A FilterFunction that expects a Geometry and returns it's minimum diameter.
 class FilterFunction_minimumRectangle
          A FilterFunction that expects a Geometry and returns it's minimum rectangle.
 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_numberFormat2
          Formats a number into a string given a certain pattern (specified in the format accepted by DecimalFormat} This function expands on FilterFunction_numberFormat and adds some additonal parameters such as allowing the user to explicitly specify the decimal and group separators, rather than falling back on locale based defaults.
 class FilterFunction_numGeometries
           
 class FilterFunction_numInteriorRing
           
 class FilterFunction_numPoints
           
 class FilterFunction_octagonalEnvelope
          A FilterFunction that expects a Geometry and returns it's octagonal envelope.
 class FilterFunction_offset
           
 class FilterFunction_overlaps
           
 class FilterFunction_parseBoolean
           
 class FilterFunction_parseDouble
           
 class FilterFunction_parseInt
           
 class FilterFunction_parseLong
           
 class FilterFunction_pointN
           
 class FilterFunction_property
          Extracts a property from a feature, taking the property name as a parameter
 class FilterFunction_relate
           
 class FilterFunction_relatePattern
           
 class FilterFunction_roundDouble
           
 class FilterFunction_sdonn
          Oracle function SDO_NN to identify the nearest neighbors for a geometry
 class FilterFunction_setCRS
           
 class FilterFunction_startAngle
           
 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_strPosition
          Filter function implementing the Symbology Encoding "StringPosition" function.
 class FilterFunction_strReplace
           
 class FilterFunction_strStartsWith
           
 class FilterFunction_strSubstring
           
 class FilterFunction_strSubstringStart
           
 class FilterFunction_strToLowerCase
           
 class FilterFunction_strToUpperCase
           
 class FilterFunction_strTrim
           
 class FilterFunction_strTrim2
          Function implementing the Symbology Encoding Trim function.
 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 JenksNaturalBreaksFunction
          Calculate the Jenks' Natural Breaks classification for a featurecollection
 class PropertyExistsFunction
          A new function to check if a property exists.
 class QuantileFunction
          Breaks a SimpleFeatureCollection into classes with an equal number of items in each.
 class StandardDeviationFunction
          Breaks a SimpleFeatureCollection 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.grassraster.format
 

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

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

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

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

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

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

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

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

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

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

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

Classes in org.geotools.geopkg that implement Factory
 class GeoPkgDataStoreFactory
           
 

Uses of Factory in org.geotools.geopkg.mosaic
 

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

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

Classes in org.geotools.process.factory that implement Factory
 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 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 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.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 Abstract_URI_AuthorityFactory
          Base class for building OGC URN and HTTP URI wrappers around AllAuthoritiesFactory.
 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
          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 PropertyAuthorityFactory
          Default implementation for a coordinate reference system authority factory backed by a property file.
 class PropertyCoordinateOperationAuthorityFactory
          A CoordinateOperationAuthorityFactory backed by a properties 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
          Wraps all factories in a "urn:ogc:def" name space.
 

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 CartesianAuthorityFactory
          A factory providing a EPSG code for a cartesian engineering systems
 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 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 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 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 Factory in org.geotools.referencing.factory.gridshift
 

Classes in org.geotools.referencing.factory.gridshift that implement Factory
 class ClasspathGridShiftLocator
          Default grid shift file locator, looks up grids in the classpath
 class NADCONGridShiftFactory
          Loads and caches NADCON grid shifts
 class NTv2GridShiftFactory
          Loads and caches NTv2 grid files.
 

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.styling.visitor
 

Classes in org.geotools.styling.visitor that implement Factory
 class RescaleToPixelsFunction
          Applies unit to pixel rescaling around expressions whose native unit cannot be determined in a static fashion
 

Uses of Factory in org.geotools.xml.filter
 

Classes in org.geotools.xml.filter that implement Factory
 class FilterSchema
          Schema for parsing filter content.
 

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.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-2014 Geotools. All Rights Reserved.