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.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.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.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.db2   
org.geotools.data.gen   
org.geotools.data.jdbc.datasource   
org.geotools.data.postgis   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.wfs   
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.filter.function.string This package captures a set of string formatting functions defined by the SE 1.1 specification. 
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.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 Overview This package is intended to provide all the necessary interfaces to semantically represent an XML Schema. 
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 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.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.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.
 

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 DB2DataStoreFactory
          Implements the DataStoreFactorySpi interface to create an instance of a DB2DataStore.
 

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

Classes in org.geotools.data.postgis that implement Factory
 class PostgisDataStoreFactory
          Creates a PostgisDataStore baed on the correct params.
 

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.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.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 AttributeTypeFactory
          Abstract class for AttributeType factories.
 class DefaultAttributeTypeFactory
          Factory for creating DefaultAttributeTypes.
 class DefaultFeatureCollections
          Concrete extension to FeatureCollections to create DefaultFeatureCollections.
 class DefaultFeatureTypeFactory
          A simple DefaultFeatureTypeFactory which stores its Attributes in a list.
 class FeatureCollections
          A utility class for working with FeatureCollections.
 class FeatureTypeBuilder
          A schema builder, because FeatureTypes are meant to be immutable, this object is mutable.
 class FeatureTypeFactory
          Deprecated. Please use FeatureTypeBuilder
 

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 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 FunctionExpressionImpl
          Abstract class for a function expression implementation
 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 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_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_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_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_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.filter.function.string
 

Classes in org.geotools.filter.function.string that implement Factory
 class ConcatenateFunction
          The function concatenates strings.
 

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.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 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 ThreadedAccessEpsgFactory
          Connection to the EPSG database in MS-Access format using JDBC-ODBC bridge.
 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.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!
 

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