Uses of Class
org.geotools.factory.Hints

Packages that use Hints
org.geotools.arcsde.raster.gce   
org.geotools.coverage Coverage implementation. 
org.geotools.coverage.grid GridCoverage2D implementation. 
org.geotools.coverage.grid.io   
org.geotools.coverage.grid.io.imageio.geotiff   
org.geotools.coverage.processing Coverage processing implementations. 
org.geotools.coverage.processing.operation List of coverage operations
org.geotools.coverageio Base coverage I/O classes defining coverage reader, coverage request and coverage response. 
org.geotools.coverageio.gdal Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project. 
org.geotools.coverageio.gdal.aig Implementation for Aig (ESRI binary grid) format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.dted Implementation for DTED format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.ecw Implementation for ECW format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.ehdr Implementation for EHdr (ESRI hdr labelled) format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.envihdr Implementation for ENVIHdr (ENVI hdr labelled) format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.erdasimg Implementation for ERDAS Imagine format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.idrisi Implementation for IDRISI format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.jp2ecw Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 ECW driver. 
org.geotools.coverageio.gdal.jp2kak Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 Kakadu driver. 
org.geotools.coverageio.gdal.jp2mrsid Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 MrSID driver. 
org.geotools.coverageio.gdal.mrsid Implementation for MrSID format Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.nitf Implementation for National Imagery Transmission Format (NITF) Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.gdal.rpftoc RPFTOC Coverage I/O leveraging on GDAL. 
org.geotools.coverageio.jp2k Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins. 
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.complex.filter   
org.geotools.data.db2   
org.geotools.data.h2   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.data.teradata   
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.feature   
org.geotools.filter   
org.geotools.filter.expression   
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.catalog   
org.geotools.gce.imagemosaic.catalogbuilder   
org.geotools.gce.imagemosaic.jdbc   
org.geotools.gce.imagepyramid   
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.geotools.geometry.jts   
org.geotools.geopkg.mosaic   
org.geotools.jdbc   
org.geotools.referencing 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.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets. 
org.geotools.referencing.operation.transform Basic implementations of math transforms
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.temporal   
org.geotools.util Contains utilities and addition to the collection framework. 
org.geotools.xml Package supporting XML parsing with a focus on GML. 
 

Uses of Hints in org.geotools.arcsde.raster.gce
 

Methods in org.geotools.arcsde.raster.gce with parameters of type Hints
 boolean ArcSDERasterFormat.accepts(Object input, Hints hints)
           
 AbstractGridCoverage2DReader ArcSDERasterFormat.getReader(Object source, Hints hints)
           
 GridCoverageWriter ArcSDERasterFormat.getWriter(Object destination, Hints hints)
           
 

Constructors in org.geotools.arcsde.raster.gce with parameters of type Hints
ArcSDEGridCoverage2DReaderJAI(ArcSDERasterFormat parent, RasterReaderFactory rasterReaderFactory, RasterDatasetInfo rasterInfo, Hints hints)
           
 

Uses of Hints in org.geotools.coverage
 

Methods in org.geotools.coverage with parameters of type Hints
static Set<GridCoverageFactory> CoverageFactoryFinder.getGridCoverageFactories(Hints hints)
          Returns a set of all available implementations for the GridCoverageFactory interface.
static GridCoverageFactory CoverageFactoryFinder.getGridCoverageFactory(Hints hints)
          Returns the first implementation of GridCoverageFactory matching the specified hints.
 

Uses of Hints in org.geotools.coverage.grid
 

Constructors in org.geotools.coverage.grid with parameters of type Hints
GridCoverage2D(CharSequence name, PlanarImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?,?> properties, Hints hints)
          Constructs a grid coverage with the specified grid geometry and sample dimensions.
GridCoverageFactory(Hints userHints)
          Creates a factory using the specified set of hints.
GridGeometry2D(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints)
          Constructs a new grid geometry from a math transform.
GridGeometry2D(GridEnvelope gridRange, PixelOrientation anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints)
          Constructs a new grid geometry from a math transform.
GridGeometry2D(PixelInCell anchor, MathTransform gridToCRS, Envelope envelope, Hints hints)
          Constructs a new grid geometry from an envelope and a math transform.
 

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

Fields in org.geotools.coverage.grid.io declared as Hints
protected  Hints AbstractGridCoverage2DReader.hints
          Hints used by the AbstractGridCoverage2DReader subclasses.
protected  Hints AbstractGridCoverageWriter.hints
          Hints to be used for the writing process.
 

Methods in org.geotools.coverage.grid.io with parameters of type Hints
abstract  boolean AbstractGridFormat.accepts(Object source, Hints hints)
          Tells me if this Format can read the provided input.
 boolean UnknownFormat.accepts(Object input, Hints hints)
           
static AbstractGridFormat GridFormatFinder.findFormat(Object o, Hints hints)
          Returns a Format that is able to read a certain object.
static Set<AbstractGridFormat> GridFormatFinder.findFormats(Object o, Hints hints)
          Returns all the Formats that can read the supplied Object o.
abstract  AbstractGridCoverage2DReader AbstractGridFormat.getReader(Object source, Hints hints)
          Gets a GridCoverageReader for this format able to create coverages out of the source object using the provided hints.
 AbstractGridCoverage2DReader UnknownFormat.getReader(Object source, Hints hints)
           
abstract  GridCoverageWriter AbstractGridFormat.getWriter(Object destination, Hints hints)
          Call the accepts() method before asking for a writer to determine if the current object is supported.
 GridCoverageWriter UnknownFormat.getWriter(Object destination, Hints hints)
           
 List<HarvestedSource> StructuredGridCoverage2DReader.harvest(String defaultTargetCoverage, Object source, Hints hints)
          Harvests the specified source into the reader.
 

Constructors in org.geotools.coverage.grid.io with parameters of type Hints
AbstractGridCoverage2DReader(Object input, Hints hints)
          Creates a new instance of a AIGReader.
 

Uses of Hints in org.geotools.coverage.grid.io.imageio.geotiff
 

Constructors in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type Hints
GeoTiffMetadata2CRSAdapter(Hints hints)
          Creates a new instance of GeoTiffMetadata2CRSAdapter
 

Uses of Hints in org.geotools.coverage.processing
 

Fields in org.geotools.coverage.processing declared as Hints
 Hints OperationJAI.Parameters.hints
          The rendering hints to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method.
protected  Hints CoverageProcessor.hints
          The rendering hints for JAI operations (never null).
 

Methods in org.geotools.coverage.processing with parameters of type Hints
abstract  Coverage AbstractOperation.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a process operation to a coverage.
 Coverage OperationJAI.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a process operation to a grid coverage.
 Coverage CoverageProcessor.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a process operation to a coverage.
protected static GridCoverageFactory Operation2D.getFactory(Hints hints)
          Returns the factory to use for creating new GridCoverage2D objects.
static CoverageProcessor CoverageProcessor.getInstance(Hints hints)
          Returns a default processor instance.
protected  void OperationJAI.resampleToCommonGeometry(GridCoverage2D[] sources, CoordinateReferenceSystem crs2D, MathTransform2D gridToCrs2D, Hints hints)
          Resamples all sources grid coverages to the same two-dimensional geometry before to apply the OperationJAI.operation.
 

Uses of Hints in org.geotools.coverage.processing.operation
 

Methods in org.geotools.coverage.processing.operation with parameters of type Hints
 Coverage Resample.doOperation(ParameterValueGroup parameters, Hints hints)
          Resamples a grid coverage.
 Coverage Interpolate.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies an interpolation to a grid coverage.
 Coverage SelectSampleDimension.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies the band select operation to a grid coverage.
 Coverage Crop.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a crop operation to a coverage.
 

Uses of Hints in org.geotools.coverageio
 

Constructors in org.geotools.coverageio with parameters of type Hints
BaseGridCoverage2DReader(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi)
          Creates a new instance of a BaseGridCoverage2DReader.
 

Uses of Hints in org.geotools.coverageio.gdal
 

Methods in org.geotools.coverageio.gdal with parameters of type Hints
 boolean BaseGDALGridFormat.accepts(Object input, Hints hints)
           
 GridCoverageWriter BaseGDALGridFormat.getWriter(Object destination, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal with parameters of type Hints
BaseGDALGridCoverage2DReader(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi)
          Creates a new instance of a BaseGDALGridCoverage2DReader.
 

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

Methods in org.geotools.coverageio.gdal.aig with parameters of type Hints
 AIGReader AIGFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.aig with parameters of type Hints
AIGReader(Object input, Hints hints)
          Creates a new instance of a AIGReader.
 

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

Methods in org.geotools.coverageio.gdal.dted with parameters of type Hints
 DTEDReader DTEDFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.dted with parameters of type Hints
DTEDReader(Object input, Hints hints)
          Creates a new instance of a DTEDReader.
 

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

Methods in org.geotools.coverageio.gdal.ecw with parameters of type Hints
 ECWReader ECWFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.ecw with parameters of type Hints
ECWReader(Object input, Hints hints)
          Creates a new instance of a ECWReader.
 

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

Methods in org.geotools.coverageio.gdal.ehdr with parameters of type Hints
 EsriHdrReader EsriHdrFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.ehdr with parameters of type Hints
EsriHdrReader(Object input, Hints hints)
          Creates a new instance of a EsriHdrReader.
 

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

Methods in org.geotools.coverageio.gdal.envihdr with parameters of type Hints
 EnviHdrReader EnviHdrFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.envihdr with parameters of type Hints
EnviHdrReader(Object input, Hints hints)
          Creates a new instance of a EnviHdrReader.
 

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

Methods in org.geotools.coverageio.gdal.erdasimg with parameters of type Hints
 ErdasImgReader ErdasImgFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.erdasimg with parameters of type Hints
ErdasImgReader(Object input, Hints hints)
          Creates a new instance of a ErdasImgReader.
 

Uses of Hints in org.geotools.coverageio.gdal.idrisi
 

Methods in org.geotools.coverageio.gdal.idrisi with parameters of type Hints
 IDRISIReader IDRISIFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.idrisi with parameters of type Hints
IDRISIReader(Object input, Hints hints)
          Creates a new instance of a IDRISIReader.
 

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

Methods in org.geotools.coverageio.gdal.jp2ecw with parameters of type Hints
 JP2ECWReader JP2ECWFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.jp2ecw with parameters of type Hints
JP2ECWReader(Object input, Hints hints)
          Creates a new instance of a JP2ECWReader basing the decision on whether the file is compressed or not.
 

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

Methods in org.geotools.coverageio.gdal.jp2kak with parameters of type Hints
 JP2KReader JP2KFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.jp2kak with parameters of type Hints
JP2KReader(Object input, Hints hints)
          Creates a new instance of a JP2KReader basing the decision on whether the file is compressed or not.
 

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

Methods in org.geotools.coverageio.gdal.jp2mrsid with parameters of type Hints
 JP2MrSIDReader JP2MrSIDFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.jp2mrsid with parameters of type Hints
JP2MrSIDReader(Object input, Hints hints)
          Creates a new instance of a JP2MrSIDReader basing the decision on whether the file is compressed or not.
 

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

Methods in org.geotools.coverageio.gdal.mrsid with parameters of type Hints
 MrSIDReader MrSIDFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.mrsid with parameters of type Hints
MrSIDReader(Object input, Hints hints)
          Creates a new instance of a MrSIDReader.
 

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

Methods in org.geotools.coverageio.gdal.nitf with parameters of type Hints
 NITFReader NITFFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.nitf with parameters of type Hints
NITFReader(Object input, Hints hints)
          Creates a new instance of a NITFReader.
 

Uses of Hints in org.geotools.coverageio.gdal.rpftoc
 

Methods in org.geotools.coverageio.gdal.rpftoc with parameters of type Hints
 RPFTOCReader RPFTOCFormat.getReader(Object source, Hints hints)
           
 

Constructors in org.geotools.coverageio.gdal.rpftoc with parameters of type Hints
RPFTOCReader(Object input, Hints hints)
          Creates a new instance of a RPFTOCReader.
 

Uses of Hints in org.geotools.coverageio.jp2k
 

Methods in org.geotools.coverageio.jp2k with parameters of type Hints
 boolean JP2KFormat.accepts(Object input, Hints hints)
           
 AbstractGridCoverage2DReader JP2KFormat.getReader(Object source, Hints hints)
           
 GridCoverageWriter JP2KFormat.getWriter(Object destination, Hints hints)
           
 

Constructors in org.geotools.coverageio.jp2k with parameters of type Hints
JP2KReader(Object source, Hints uHints)
          Constructor.
 

Uses of Hints in org.geotools.data
 

Fields in org.geotools.data declared as Hints
protected  Hints Query.hints
          The hints to be used during query execution
 

Methods in org.geotools.data that return Hints
 Hints Query.getHints()
          Get hints that have been set to control the query execution.
 

Methods in org.geotools.data with parameters of type Hints
 Object GmlObjectStore.getGmlObject(GmlObjectId id, Hints hints)
          Looks up an object by its gml id.
 void Query.setHints(Hints hints)
          Set hints to control the query execution.
 

Constructors in org.geotools.data with parameters of type Hints
PrjFileReader(ReadableByteChannel channel, Hints hints)
          Load the index file from the given channel.
 

Uses of Hints in org.geotools.data.complex
 

Methods in org.geotools.data.complex with parameters of type Hints
 Feature DataAccessRegistry.findFeature(FeatureId id, Hints hints)
           
 Feature AppSchemaDataAccess.findFeature(FeatureId id, Hints hints)
           
 FeatureCollection<FeatureType,Feature> MappingFeatureSource.getFeatures(Filter filter, Hints hints)
           
 

Uses of Hints in org.geotools.data.complex.filter
 

Methods in org.geotools.data.complex.filter with parameters of type Hints
 PropertyAccessor MapPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
          Creates a property accessor for a particular class.
 

Uses of Hints in org.geotools.data.db2
 

Methods in org.geotools.data.db2 with parameters of type Hints
 Converter DB2BlobConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter DB2ClobConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 void DB2SQLDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 void DB2SQLDialectPrepared.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 void DB2SQLDialectBasic.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 

Uses of Hints in org.geotools.data.h2
 

Methods in org.geotools.data.h2 with parameters of type Hints
 Converter H2ClobConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 

Uses of Hints in org.geotools.data.mysql
 

Methods in org.geotools.data.mysql with parameters of type Hints
 void MySQLDialectPrepared.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 void MySQLDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 void MySQLDialectBasic.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 

Uses of Hints in org.geotools.data.oracle
 

Methods in org.geotools.data.oracle with parameters of type Hints
 Converter OracleDateConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter OracleClobConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter OracleBlobConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 

Uses of Hints in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis with parameters of type Hints
 void PostGISDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 void PostGISPSDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 

Uses of Hints in org.geotools.data.spatialite
 

Methods in org.geotools.data.spatialite with parameters of type Hints
 void SpatiaLiteDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 

Uses of Hints in org.geotools.data.sqlserver
 

Methods in org.geotools.data.sqlserver with parameters of type Hints
 void SQLServerDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
           
 

Uses of Hints in org.geotools.data.teradata
 

Methods in org.geotools.data.teradata with parameters of type Hints
 Converter LobConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 

Uses of Hints in org.geotools.factory
 

Fields in org.geotools.factory declared as Hints
static Hints FactoryFinder.EMPTY_HINTS
          A set of empty hints, which exclude any system hints.
protected  Hints BasicFactories.hints
          The hints to be used for all factory creation.
 

Methods in org.geotools.factory that return Hints
static Hints GeoTools.addDefaultHints(Hints hints)
          Used to combine provided hints with global GeoTools defaults.
 Hints Hints.clone()
          Returns a new map of hints with the same content than this map.
static Hints GeoTools.getDefaultHints()
          Returns the default set of hints used for the various utility classes.
static Hints FactoryFinder.mergeSystemHints(Hints hints)
          Returns new hints that combine user supplied hints with the defaults hints.
 

Methods in org.geotools.factory with parameters of type Hints
static Hints GeoTools.addDefaultHints(Hints hints)
          Used to combine provided hints with global GeoTools defaults.
protected
<T> T
FactoryCreator.createServiceProvider(Class<T> category, Class<?> implementation, Hints hints)
          Creates a new instance of the specified factory using the specified hints.
static FeatureCollections CommonFactoryFinder.getFeatureCollections(Hints hints)
          Returns the first implementation of FeatureCollections matching the specified hints.
static Set<FeatureCollections> CommonFactoryFinder.getFeatureCollectionsSet(Hints hints)
          Returns a set of all available implementations for the FeatureCollections interface.
static FeatureFactory CommonFactoryFinder.getFeatureFactory(Hints hints)
          Return the first implementation of FeatureFactory matching the specified hints.
static Set<FeatureLockFactory> CommonFactoryFinder.getFeatureLockFactories(Hints hints)
          Deprecated. FeatureLockFactory is no longer needed
static FeatureLockFactory CommonFactoryFinder.getFeatureLockFactory(Hints hints)
          Deprecated. FeautreLockFactory is no longer needed; please create a FeatureLock directly
static FeatureTypeFactory CommonFactoryFinder.getFeatureTypeFactory(Hints hints)
          Return the first implementation of FeatureTypeFactory matching the specified hints.
static Set<FileDataStoreFactorySpi> CommonFactoryFinder.getFileDataStoreFactories(Hints hints)
          Returns a set of all available implementations for the FileDataStoreFactorySpi interface.
static Set<FilterFactory> CommonFactoryFinder.getFilterFactories(Hints hints)
          Returns a set of all available implementations for the FilterFactory interface.
static FilterFactory CommonFactoryFinder.getFilterFactory(Hints hints)
          Returns the first implementation of FilterFactory matching the specified hints.
static FilterFactory2 CommonFactoryFinder.getFilterFactory2(Hints hints)
          Returns the first implementation of FilterFactory2 matching the specified hints.
static Set<FunctionFactory> CommonFactoryFinder.getFunctionFactories(Hints hints)
          Returns a set of all available implementations of FunctionFactory.
static Set<Function> CommonFactoryFinder.getFunctions(Hints hints)
          Returns a set of all available implementations for the Function interface.
static InitialContext GeoTools.getInitialContext(Hints hints)
          Returns the default initial context.
<T> T
FactoryCreator.getServiceProvider(Class<T> category, ServiceRegistry.Filter filter, Hints hints, Hints.Key key)
          Returns a provider for the specified category, using the specified map of hints (if any).
<T> T
FactoryRegistry.getServiceProvider(Class<T> category, ServiceRegistry.Filter filter, Hints hints, Hints.Key key)
          Returns the first provider in the registry for the specified category, using the specified map of hints (if any).
<T> Iterator<T>
FactoryRegistry.getServiceProviders(Class<T> category, ServiceRegistry.Filter filter, Hints hints)
          Returns the providers in the registry for the specified category, filter and hints.
static Set<StyleFactory> CommonFactoryFinder.getStyleFactories(Hints hints)
          Returns a set of all available implementations for the StyleFactory interface.
static StyleFactory CommonFactoryFinder.getStyleFactory(Hints hints)
          Returns the first implementation of StyleFactory matching the specified hints.
static void GeoTools.init(Hints hints)
          Initializes GeoTools for use.
protected
<T> boolean
FactoryRegistry.isAcceptable(T provider, Class<T> category, Hints hints)
          Returns true if the specified provider meets the requirements specified by a map of hints.
static Hints FactoryFinder.mergeSystemHints(Hints hints)
          Returns new hints that combine user supplied hints with the defaults hints.
 int Hints.IntegerKey.toValue(Hints hints)
          Returns the value from the specified hints as an integer.
 double Hints.DoubleKey.toValue(Hints hints)
          Returns the value from the specified hints as a double.
 

Uses of Hints in org.geotools.feature
 

Constructors in org.geotools.feature with parameters of type Hints
Schema(Hints hints)
          Deprecated.  
 

Uses of Hints in org.geotools.filter
 

Constructors in org.geotools.filter with parameters of type Hints
AttributeExpressionImpl(String xpath, Hints hints)
           
FilterFactoryImpl(Hints hints)
           
FunctionFinder(Hints hints)
           
 

Uses of Hints in org.geotools.filter.expression
 

Methods in org.geotools.filter.expression with parameters of type Hints
 PropertyAccessor PropertyAccessorFactory.createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints)
          Creates a property accessor for a particular class.
 PropertyAccessor XmlXPathPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor FeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor ThisPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor NullPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor DirectPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor SimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
static PropertyAccessor PropertyAccessors.findPropertyAccessor(Object object, String xpath, Class target, Hints hints)
          Deprecated. Use findPropertyAccessors, returned property accessor might not work
static List<PropertyAccessor> PropertyAccessors.findPropertyAccessors(Object object, String xpath, Class target, Hints hints)
          Looks up a list of PropertyAccessor for a particular object.
 

Uses of Hints in org.geotools.gce.arcgrid
 

Methods in org.geotools.gce.arcgrid with parameters of type Hints
 boolean ArcGridFormat.accepts(Object input, Hints hints)
           
 ArcGridReader ArcGridFormat.getReader(Object source, Hints hints)
           
 GridCoverageWriter ArcGridFormat.getWriter(Object destination, Hints hints)
           
 

Constructors in org.geotools.gce.arcgrid with parameters of type Hints
ArcGridReader(Object input, Hints hints)
          Creates a new instance of an ArcGridReader basing the decision on whether the file is compressed or not.
ArcGridWriter(Object destination, Hints hints)
          Takes either a URL or a String that points to an ArcGridCoverage file and converts it to a URL that can then be written to.
 

Uses of Hints in org.geotools.gce.geotiff
 

Methods in org.geotools.gce.geotiff with parameters of type Hints
 boolean GeoTiffFormat.accepts(Object o, Hints hints)
          Currently, we only accept files, and we open the file to verify that it has a GeoKeyDirectory tag.
 GeoTiffReader GeoTiffFormat.getReader(Object source, Hints hints)
          If source is a file, this will return a reader object.
 GridCoverageWriter GeoTiffFormat.getWriter(Object destination, Hints hints)
          Retrieves a GeoTiffWriter or null if the provided destination is suitable.
 

Constructors in org.geotools.gce.geotiff with parameters of type Hints
GeoTiffReader(Object input, Hints uHints)
          Creates a new instance of GeoTiffReader
GeoTiffWriter(Object destination, Hints hints)
          Constructor for a GeoTiffWriter.
 

Uses of Hints in org.geotools.gce.grassraster.format
 

Methods in org.geotools.gce.grassraster.format with parameters of type Hints
 boolean GrassCoverageFormat.accepts(Object o, Hints hints)
           
 GrassCoverageReader GrassCoverageFormat.getReader(Object o, Hints hints)
           
 GrassCoverageWriter GrassCoverageFormat.getWriter(Object destination, Hints hints)
           
 

Uses of Hints in org.geotools.gce.gtopo30
 

Methods in org.geotools.gce.gtopo30 with parameters of type Hints
 boolean GTopo30Format.accepts(Object o, Hints hints)
          Checks if the GTopo30DataSource supports a given file
 GTopo30Reader GTopo30Format.getReader(Object o, Hints hints)
          Returns a reader object which you can use to read GridCoverages from a given source
 GridCoverageWriter GTopo30Format.getWriter(Object destination, Hints hints)
          Returns a writer object which you can use to write GridCoverages to a given destination.
 

Constructors in org.geotools.gce.gtopo30 with parameters of type Hints
GTopo30Reader(Object source, Hints hints)
          GTopo30Reader constructor.
GTopo30Writer(Object dest, Hints hints)
          Creates a GTopo30Writer.
 

Uses of Hints in org.geotools.gce.image
 

Methods in org.geotools.gce.image with parameters of type Hints
 boolean WorldImageFormat.accepts(Object input, Hints hints)
          Takes the input and determines if it is a class that we can understand and then futher checks the format of the class to make sure we can read/write to it.
 WorldImageReader WorldImageFormat.getReader(Object source, Hints hints)
          Retrieves a WorldImageReader in case the providede source can be accepted as a valid source for a world image.
 GridCoverageWriter WorldImageFormat.getWriter(Object destination, Hints hints)
          Call the accepts() method before asking for a writer to determine if the current object is supported.
 

Constructors in org.geotools.gce.image with parameters of type Hints
WorldImageReader(Object input, Hints hints)
          Class constructor.
WorldImageWriter(Object destination, Hints hints)
          Destination must be a File.
 

Uses of Hints in org.geotools.gce.imagemosaic
 

Methods in org.geotools.gce.imagemosaic that return Hints
 Hints RasterManager.getHints()
           
 

Methods in org.geotools.gce.imagemosaic with parameters of type Hints
 boolean ImageMosaicFormat.accepts(Object source, Hints hints)
           
static GranuleCatalog CatalogManager.createGranuleCatalogFromDatastore(File parent, File datastoreProperties, boolean create, Hints hints)
          Create a granule catalog from a datastore properties file
 GranuleSource RasterManager.getGranuleSource(boolean readOnly, Hints hints)
           
 ImageMosaicReader ImageMosaicFormat.getReader(Object source, Hints hints)
           
 GridCoverageWriter ImageMosaicFormat.getWriter(Object destination, Hints hints)
           
 List<HarvestedSource> ImageMosaicReader.harvest(String defaultCoverage, Object source, Hints hints)
           
 GranuleDescriptor.GranuleLoadingResult GranuleDescriptor.loadRaster(ImageReadParam imageReadParameters, int index, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, RasterLayerRequest request, Hints hints)
          Load a specified a raster as a portion of the granule describe by this GranuleDescriptor.
 

Constructors in org.geotools.gce.imagemosaic with parameters of type Hints
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules, Hints hints)
           
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider, boolean heterogeneousGranules, Hints hints)
          Constructor for the GranuleDescriptor
ImageMosaicReader(Object source, Hints uHints)
          Constructor.
 

Uses of Hints in org.geotools.gce.imagemosaic.catalog
 

Fields in org.geotools.gce.imagemosaic.catalog declared as Hints
protected  Hints GranuleCatalogSource.hints
           
protected  Hints GranuleCatalog.hints
           
 

Methods in org.geotools.gce.imagemosaic.catalog with parameters of type Hints
static GranuleCatalog GranuleCatalogFactory.createGranuleCatalog(Properties params, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints)
           
static GranuleCatalog GranuleCatalogFactory.createGranuleCatalog(URL sourceURL, CatalogConfigurationBean catalogConfigurationBean, Properties overrideParams, Hints hints)
           
 

Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type Hints
GranuleCatalog(Hints hints)
           
GranuleCatalogSource(GranuleCatalog catalog, String typeName, Hints hints)
           
GranuleCatalogStore(GranuleCatalog catalog, String typeName, Hints hints)
           
 

Uses of Hints in org.geotools.gce.imagemosaic.catalogbuilder
 

Methods in org.geotools.gce.imagemosaic.catalogbuilder that return Hints
 Hints CatalogBuilderConfiguration.getHints()
           
 

Methods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type Hints
 void CatalogBuilderConfiguration.setHints(Hints hints)
           
 

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

Methods in org.geotools.gce.imagemosaic.jdbc with parameters of type Hints
 boolean ImageMosaicJDBCFormat.accepts(Object source, Hints hints)
           
 ImageMosaicJDBCReader ImageMosaicJDBCFormat.getReader(Object source, Hints hints)
           
 GridCoverageWriter ImageMosaicJDBCFormat.getWriter(Object destination, Hints hints)
           
 

Constructors in org.geotools.gce.imagemosaic.jdbc with parameters of type Hints
ImageMosaicJDBCReader(Object source, Hints uHints)
           
 

Uses of Hints in org.geotools.gce.imagepyramid
 

Methods in org.geotools.gce.imagepyramid with parameters of type Hints
 boolean ImagePyramidFormat.accepts(Object source, Hints hints)
           
 ImagePyramidReader ImagePyramidFormat.getReader(Object source, Hints hints)
          Retrieves a reader for this source object in case the provided source can be read using this plugin.
 GridCoverageWriter ImagePyramidFormat.getWriter(Object destination, Hints hints)
           
 

Constructors in org.geotools.gce.imagepyramid with parameters of type Hints
ImagePyramidReader(Object source, Hints uHints)
          Constructor for an ImagePyramidReader.
 

Uses of Hints in org.geotools.geometry
 

Methods in org.geotools.geometry with parameters of type Hints
static AggregateFactory GeometryFactoryFinder.getAggregateFactory(Hints hints)
           
static ComplexFactory GeometryFactoryFinder.getComplexFactory(Hints hints)
           
static GeometryFactory GeometryFactoryFinder.getGeometryFactory(Hints hints)
          An implementation of GeometryFactory for the provided crs.
static PositionFactory GeometryFactoryFinder.getPositionFactory(Hints hints)
           
static Precision GeometryFactoryFinder.getPrecision(Hints hints)
           
static PrimitiveFactory GeometryFactoryFinder.getPrimitiveFactory(Hints hints)
           
 

Constructors in org.geotools.geometry with parameters of type Hints
GeometryBuilder(Hints hints)
           
TransformedDirectPosition(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Hints hints)
          Creates a new position which will contains the result of coordinate transformations from sourceCRS to targetCRS.
 

Uses of Hints in org.geotools.geometry.jts
 

Methods in org.geotools.geometry.jts with parameters of type Hints
static CoordinateSequenceFactory FactoryFinder.getCoordinateSequenceFactory(Hints hints)
          Deprecated. Returns the first implementation of CoordinateSequenceFactory matching the specified hints.
static CoordinateSequenceFactory JTSFactoryFinder.getCoordinateSequenceFactory(Hints hints)
          Returns the first implementation of CoordinateSequenceFactory matching the specified hints.
static GeometryFactory FactoryFinder.getGeometryFactory(Hints hints)
          Deprecated. Returns the first implementation of GeometryFactory matching the specified hints.
static GeometryFactory JTSFactoryFinder.getGeometryFactory(Hints hints)
          Returns the first implementation of GeometryFactory matching the specified hints.
static PrecisionModel FactoryFinder.getPrecisionModel(Hints hints)
          Deprecated. Returns the first implementation of PrecisionModel matching the specified hints.
static PrecisionModel JTSFactoryFinder.getPrecisionModel(Hints hints)
          Returns the first implementation of PrecisionModel matching the specified hints.
 

Uses of Hints in org.geotools.geopkg.mosaic
 

Methods in org.geotools.geopkg.mosaic with parameters of type Hints
 boolean GeoPackageFormat.accepts(Object source, Hints hints)
           
 AbstractGridCoverage2DReader GeoPackageFormat.getReader(Object source, Hints hints)
           
 GridCoverageWriter GeoPackageFormat.getWriter(Object destination, Hints hints)
           
 

Constructors in org.geotools.geopkg.mosaic with parameters of type Hints
GeoPackageReader(Object source, Hints hints)
           
 

Uses of Hints in org.geotools.jdbc
 

Fields in org.geotools.jdbc declared as Hints
protected  Hints JDBCFeatureReader.hints
          hints
 

Methods in org.geotools.jdbc that return Hints
 Hints Index.getHints()
          Retrieves the hints for this index.
 

Methods in org.geotools.jdbc with parameters of type Hints
 void JoiningJDBCFeatureSource.encodeColumnName(String colName, String typeName, StringBuffer sql, Hints hints)
          Encode column name with table name included.
 void JoiningJDBCFeatureSource.encodeColumnName2(String colName, String typeName, StringBuffer sql, Hints hints)
          Encode column name with table name included, but do not include schema name (for aliases)
protected  void JDBCDataStore.encodeGeometryColumn(GeometryDescriptor gatt, StringBuffer sql, Hints hints)
          Encoding a geometry column with respect to hints Supported Hints are provided by SQLDialect.addSupportedHints(Set)
 void SQLDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
          Encodes the name of a geometry column in a SELECT statement.
protected  void JoiningJDBCFeatureSource.encodeGeometryColumn(GeometryDescriptor gatt, String typeName, StringBuffer sql, Hints hints)
          Encoding a geometry column with respect to hints Supported Hints are provided by SQLDialect.addSupportedHints(Set)
protected  void JDBCDataStore.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, StringBuffer sql, Hints hints)
           
protected  void JDBCDataStore.encodeTableName(String tableName, StringBuffer sql, Hints hints)
          Helper method to encode table name which checks if a schema is set and prefixes the table name with it.
 String VirtualTable.expandParameters(Hints hints)
           
 Object JDBCDataStore.getGmlObject(GmlObjectId id, Hints hints)
           
protected  void JDBCFeatureReader.init(JDBCFeatureSource featureSource, SimpleFeatureType featureType, Hints hints)
           
protected  boolean JDBCDataStore.isGeneralizationRequired(Hints hints, GeometryDescriptor gatt)
          Checks if geometry generalization required and makes sense
protected  boolean JDBCDataStore.isGeometryReduceRequired(Hints hints, GeometryDescriptor gatt, Hints.Key param)
          Checks if reduction required and makes sense
protected  boolean JDBCDataStore.isSimplificationRequired(Hints hints, GeometryDescriptor gatt)
          Checks if geometry simplification required and makes sense
 

Constructors in org.geotools.jdbc with parameters of type Hints
Index(String typeName, String indexName, boolean unique, Hints hints, String... attributes)
           
JDBCFeatureReader(PreparedStatement st, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, Hints hints)
           
JDBCFeatureReader(ResultSet rs, Connection cx, int offset, JDBCFeatureSource featureSource, SimpleFeatureType featureType, Hints hints)
           
JDBCFeatureReader(String sql, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, Hints hints)
           
JDBCInsertFeatureWriter(PreparedStatement ps, Connection cx, JDBCFeatureSource featureSource, Hints hints)
           
JDBCInsertFeatureWriter(String sql, Connection cx, JDBCFeatureSource featureSource, Hints hints)
           
JDBCJoiningFeatureReader(PreparedStatement st, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, JoinInfo join, Hints hints)
           
JDBCJoiningFeatureReader(String sql, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, JoinInfo join, Hints hints)
           
JDBCUpdateFeatureWriter(PreparedStatement ps, Connection cx, JDBCFeatureSource featureSource, Hints hints)
           
JDBCUpdateFeatureWriter(String sql, Connection cx, JDBCFeatureSource featureSource, Hints hints)
           
JDBCUpdateInsertFeatureWriter(PreparedStatement ps, Connection cx, JDBCFeatureSource featureSource, String[] attributeNames, Hints hints)
           
JDBCUpdateInsertFeatureWriter(String sql, Connection cx, JDBCFeatureSource featureSource, Hints hints)
           
 

Uses of Hints in org.geotools.referencing
 

Methods in org.geotools.referencing with parameters of type Hints
static Set<CoordinateOperationAuthorityFactory> ReferencingFactoryFinder.getCoordinateOperationAuthorityFactories(Hints hints)
          Returns a set of all available implementations for the CoordinateOperationAuthorityFactory interface.
static CoordinateOperationAuthorityFactory ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory(String authority, Hints hints)
          Returns the first implementation of CoordinateOperationAuthorityFactory matching the specified hints.
static Set<CoordinateOperationFactory> ReferencingFactoryFinder.getCoordinateOperationFactories(Hints hints)
          Returns a set of all available implementations for the CoordinateOperationFactory interface.
static CoordinateOperationFactory ReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints)
          Returns the first implementation of CoordinateOperationFactory matching the specified hints.
static Set<CRSAuthorityFactory> ReferencingFactoryFinder.getCRSAuthorityFactories(Hints hints)
          Returns a set of all available implementations for the CRSAuthorityFactory interface.
static CRSAuthorityFactory ReferencingFactoryFinder.getCRSAuthorityFactory(String authority, Hints hints)
          Returns the first implementation of CRSAuthorityFactory matching the specified hints.
static Set<CRSFactory> ReferencingFactoryFinder.getCRSFactories(Hints hints)
          Returns a set of all available implementations for the CRSFactory interface.
static CRSFactory ReferencingFactoryFinder.getCRSFactory(Hints hints)
          Returns the first implementation of CRSFactory matching the specified hints.
static Set<CSAuthorityFactory> ReferencingFactoryFinder.getCSAuthorityFactories(Hints hints)
          Returns a set of all available implementations for the CSAuthorityFactory interface.
static CSAuthorityFactory ReferencingFactoryFinder.getCSAuthorityFactory(String authority, Hints hints)
          Returns the first implementation of CSAuthorityFactory matching the specified hints.
static Set<CSFactory> ReferencingFactoryFinder.getCSFactories(Hints hints)
          Returns a set of all available implementations for the CSFactory interface.
static CSFactory ReferencingFactoryFinder.getCSFactory(Hints hints)
          Returns the first implementation of CSFactory matching the specified hints.
static Set<DatumAuthorityFactory> ReferencingFactoryFinder.getDatumAuthorityFactories(Hints hints)
          Returns a set of all available implementations for the DatumAuthorityFactory interface.
static DatumAuthorityFactory ReferencingFactoryFinder.getDatumAuthorityFactory(String authority, Hints hints)
          Returns the first implementation of DatumAuthorityFactory matching the specified hints.
static Set<DatumFactory> ReferencingFactoryFinder.getDatumFactories(Hints hints)
          Returns a set of all available implementations for the DatumFactory interface.
static DatumFactory ReferencingFactoryFinder.getDatumFactory(Hints hints)
          Returns the first implementation of DatumFactory matching the specified hints.
static Set<GridShiftLocator> ReferencingFactoryFinder.getGridShiftLocators(Hints hints)
          Returns a set of all available implementations for the GridShiftLocator interface.
static Set<MathTransformFactory> ReferencingFactoryFinder.getMathTransformFactories(Hints hints)
          Returns a set of all available implementations for the MathTransformFactory interface.
static MathTransformFactory ReferencingFactoryFinder.getMathTransformFactory(Hints hints)
          Returns the first implementation of MathTransformFactory matching the specified hints.
 

Uses of Hints in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory with parameters of type Hints
protected static ObjectCache CachedCRSAuthorityDecorator.createCache(Hints hints)
          Utility method used to produce cache based on hint
protected static ObjectCache CachedAuthorityDecorator.createCache(Hints hints)
          Utility method used to produce cache based on hint
static ReferencingFactoryContainer ReferencingFactoryContainer.instance(Hints hints)
          Creates an instance from the specified hints.
 

Constructors in org.geotools.referencing.factory with parameters of type Hints
Abstract_URI_AuthorityFactory(Hints userHints, String hintsAuthority)
          Creates a wrapper using the specified hints.
AbstractAuthorityMediator(Hints hints)
          Constructs an instance based on the provided Hints
AbstractAuthorityMediator(int priority, Hints hints)
          Constructs an instance making use of the default cache.
AbstractCachedAuthorityFactory(int priority, Hints hints)
          Constructs an instance making use of the default cache.
AbstractEpsgMediator(Hints hints)
           
AbstractEpsgMediator(Hints hints, DataSource datasource)
           
AllAuthoritiesFactory(Hints hints)
          Creates a new factory using the specified hints.
AuthorityFactoryAdapter(String authority, Hints userHints)
          Creates a wrappers around the default factories for the specified authority.
DeferredAuthorityFactory(Hints userHints, int priority)
          Constructs an instance without initial backing store.
DeferredAuthorityFactory(Hints userHints, int priority, int maxStrongReferences)
          Constructs an instance without initial backing store.
DirectAuthorityFactory(Hints hints, int priority)
          Constructs an instance using the specified hints.
HTTP_AuthorityFactory(Hints userHints)
          Creates a wrapper using the specified hints.
HTTP_URI_AuthorityFactory(Hints userHints)
          Constructor.
OrderedAxisAuthorityFactory(AbstractAuthorityFactory factory, Hints userHints, AxisDirection[] axisOrder)
          Creates a factory which will reorder the axis of all objects created by the supplied factory.
OrderedAxisAuthorityFactory(String authority, Hints userHints, AxisDirection[] axisOrder)
          Creates a factory which will reorder the axis of all objects created by the default authority factories.
ReferencingFactoryContainer(Hints userHints)
          Creates an instance from the specified hints.
ReferencingObjectFactory(Hints hints)
          Constructs a factory with the specified hints.
TransformedAuthorityFactory(String authority, Hints userHints)
          Creates a wrappers around the default factories for the specified authority.
URN_AuthorityFactory(Hints userHints)
          Constructor.
 

Uses of Hints in org.geotools.referencing.factory.epsg
 

Methods in org.geotools.referencing.factory.epsg with parameters of type Hints
protected  AbstractAuthorityFactory ThreadedPostgreSQLEpsgFactory.createBackingStore(Hints hints)
          Returns the backing-store factory for PostgreSQL syntax.
protected  AbstractAuthorityFactory ThreadedHsqlEpsgFactory.createBackingStore(Hints hints)
          Returns the backing-store factory for HSQL syntax.
protected  AbstractAuthorityFactory ThreadedEpsgFactory.createBackingStore(Hints hints)
          Creates the backing store for the specified data source.
static DataSource HsqlEpsgDatabase.createDataSource(Hints hints)
           
 

Constructors in org.geotools.referencing.factory.epsg with parameters of type Hints
AbstractEpsgFactory(Hints userHints)
           
AbstractEpsgFactory(Hints userHints, Connection connection)
          Constructs an authority factory using the specified connection.
AbstractEpsgFactory(Hints userHints, DataSource dataSource)
           
AccessDialectEpsgFactory(Hints userHints, Connection connection)
          Constructs an authority factory using the specified connection.
AnsiDialectEpsgFactory(Hints userHints)
          Constructs an authority factory, the hints should describe the data source it use.
AnsiDialectEpsgFactory(Hints hints, Connection connection)
          Constructs an authority factory using the specified connection.
AnsiDialectEpsgFactory(Hints hints, DataSource dataSource)
          Constructs an authority factory using the specified connection.
CartesianAuthorityFactory(Hints hints)
           
CoordinateOperationFactoryUsingWKT(Hints userHints)
          Constructs an authority factory using a set of factories created from the specified hints.
CoordinateOperationFactoryUsingWKT(Hints userHints, int priority)
          Constructs an authority factory using the specified hints and priority.
DefaultFactory(Hints userHints)
          Deprecated. Constructs an authority factory with the default priority.
DefaultFactory(Hints userHints, int priority)
          Deprecated. Constructs an authority factory using a set of factories created from the specified hints.
DirectEpsgFactory(Hints userHints, Connection connection)
          Constructs an authority factory using the specified connection.
DirectEpsgFactory(Hints userHints, DataSource dataSource)
          Constructs an authority factory using the specified connection.
EsriExtension(Hints hints)
          Constructs an authority factory using a set of factories created from the specified hints.
FactoryUsingAnsiSQL(Hints userHints, Connection connection)
          Deprecated. Constructs an authority factory using the specified connection.
FactoryUsingAnsiSQL(Hints userHints, DataSource dataSource)
          Deprecated. Constructs an authority factory using the specified source.
FactoryUsingSQL(Hints userHints, Connection connection)
          Deprecated. Constructs an authority factory using the specified connection.
FactoryUsingSQL(Hints userHints, DataSource dataSource)
          Deprecated. Constructs an authority factory using the specified connection.
FactoryUsingWKT(Hints userHints)
          Constructs an authority factory using a set of factories created from the specified hints.
FactoryUsingWKT(Hints userHints, int priority)
          Constructs an authority factory using the specified hints and priority.
HsqlDialectEpsgMediator(Hints hints)
          Creates a new instance of this data source using the specified hints.
HsqlDialectEpsgMediator(int priority, Hints hints, DataSource datasource)
           
LongitudeFirstEpsgDecorator(Hints userHints)
          Creates a factory from the specified set of hints.
LongitudeFirstFactory(Hints userHints)
          Creates a factory from the specified set of hints.
ThreadedEpsgFactory(Hints userHints)
          Constructs an authority factory with the default priority.
ThreadedEpsgFactory(Hints userHints, int priority)
          Constructs an authority factory using a set of factories created from the specified hints.
ThreadedHsqlEpsgFactory(Hints hints)
          Creates a new instance of this data source using the specified hints.
ThreadedPostgreSQLEpsgFactory(Hints hints)
          Creates a new instance of this factory with the specified hints.
UnnamedExtension(Hints hints)
          Constructs an authority factory using a set of factories created from the specified hints.
 

Uses of Hints in org.geotools.referencing.factory.wms
 

Constructors in org.geotools.referencing.factory.wms with parameters of type Hints
AutoCRSFactory(Hints hints)
          Deprecated. Constructs a factory for the AUTO authority using the specified hints.
WebCRSFactory(Hints hints)
          Deprecated. Constructs a factory for the CRS authority using the specified hints.
 

Uses of Hints in org.geotools.referencing.operation
 

Constructors in org.geotools.referencing.operation with parameters of type Hints
AbstractCoordinateOperationFactory(Hints userHints)
          Constructs a coordinate operation factory using the specified hints.
AbstractCoordinateOperationFactory(Hints userHints, int priority)
          Constructs a coordinate operation factory using the specified hints and priority.
AuthorityBackedFactory(Hints userHints)
          Creates a new factory backed by an authority factory fetched using the specified hints.
BufferedCoordinateOperationFactory(Hints userHints)
          Creates a buffered factory wrapping an other factory selected according the specified hints.
BufferedCoordinateOperationFactory(Hints userHints, int priority)
          Creates a buffered factory wrapping an other factory selected according the specified hints.
DefaultCoordinateOperationFactory(Hints userHints)
          Constructs a coordinate operation factory using the specified hints.
DefaultCoordinateOperationFactory(Hints userHints, int priority)
          Constructs a coordinate operation factory using the specified hints and priority.
 

Uses of Hints in org.geotools.referencing.operation.builder
 

Constructors in org.geotools.referencing.operation.builder with parameters of type Hints
MathTransformBuilder(Hints hints)
          Creates a builder from the specified hints.
 

Uses of Hints in org.geotools.referencing.operation.transform
 

Methods in org.geotools.referencing.operation.transform with parameters of type Hints
static DimensionFilter DimensionFilter.getInstance(Hints hints)
          Creates or returns an existing instance from the given set of hints.
 

Constructors in org.geotools.referencing.operation.transform with parameters of type Hints
DimensionFilter(Hints hints)
          Constructs a dimension filter with a math transform factory built using the provided hints.
 

Uses of Hints in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d that return Hints
 Hints CoverageProcessingNode.getHints()
          Getter for Hints.
 Hints StyleVisitorCoverageProcessingNodeAdapter.getHints()
           
 Hints BaseCoverageProcessingNode.getHints()
          Getter for Hints .
 

Constructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type Hints
BaseCoverageProcessingNode(int maxSources, Hints hints, InternationalString name, InternationalString description)
          Default constructor that gives users the possibility
RasterSymbolizerHelper(GridCoverage2D sourceCoverage, Hints hints)
           
StyleVisitorCoverageProcessingNodeAdapter(int maxSources, Hints hints, InternationalString name, InternationalString description)
          Default constructor that gives users the possibility
SubchainStyleVisitorCoverageProcessingAdapter(int maxSources, Hints hints, InternationalString name, InternationalString description)
           
 

Uses of Hints in org.geotools.temporal
 

Methods in org.geotools.temporal with parameters of type Hints
 Converter TemporalConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 

Uses of Hints in org.geotools.util
 

Methods in org.geotools.util with parameters of type Hints
static
<T> T
Converters.convert(Object source, Class<T> target, Hints hints)
          Converts an object of a particular type into an object of a different type.
static ObjectCache ObjectCaches.create(Hints hints)
          Utility method used to produce cache based on provide Hint
 Converter CharsetConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter URConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter GeometryTypeConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter EnumerationConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter ComplexAttributeConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter CommonsConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
          Delegates to ConvertUtils#lookup(java.lang.Class) to create a converter instance.
 Converter ConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
          Creates a Converter instance for converting one type of object to another.
 Converter TemporalConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter CollectionConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter UuidConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter NumericConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter GeometryConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter ColorConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter BooleanConverterFactory.createConverter(Class source, Class target, Hints hints)
           
static Set<ConverterFactory> Converters.getConverterFactories(Hints hints)
          Returns a set of all available implementations for the ConverterFactory interface.
 

Uses of Hints in org.geotools.xml
 

Methods in org.geotools.xml with parameters of type Hints
 Converter XmlConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.