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.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.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.db2   
org.geotools.data.jdbc   
org.geotools.data.jdbc.attributeio   
org.geotools.data.oracle   
org.geotools.data.postgis.attributeio   
org.geotools.data.shapefile   
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.geotiff.adapters   
org.geotools.gce.gtopo30 Data source for reading the GTOPO30 file format. 
org.geotools.gce.image   
org.geotools.gce.imagemosaic   
org.geotools.gce.imagemosaic.jdbc   
org.geotools.gce.imagepyramid   
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.geotools.geometry.jts   
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.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
 AbstractGridCoverage2DReader ArcSDERasterFormat.getReader(Object source, 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 AbstractGridCoverageWriter.hints
          Hints to be used for the writing process.
protected  Hints AbstractGridCoverage2DReader.hints
          Hints used by the AbstractGridCoverage2DReader subclasses.
 

Methods in org.geotools.coverage.grid.io with parameters of type Hints
 AbstractGridCoverage2DReader UnknownFormat.getReader(Object source, Hints hints)
           
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.
 

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

Methods in org.geotools.coverage.grid.io.imageio.geotiff that return Hints
 Hints GeoTiffMetadata2CRSAdapter.getHints()
          Returns the Hints for this GeoTiffMetadata2CRSAdapter.
 

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.
 

Methods in org.geotools.coverage.processing with parameters of type Hints
 Coverage OperationJAI.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a process operation to a grid coverage.
abstract  Coverage AbstractOperation.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.
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 SelectSampleDimension.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies the band select operation to a grid coverage.
 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 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
 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.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.jp2k
 

Methods in org.geotools.coverageio.jp2k with parameters of type 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
 

Methods in org.geotools.data that return Hints
 Hints DefaultQuery.getHints()
           
 Hints Query.getHints()
          Specifies some hints to drive the query execution and results build-up.
 

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 DefaultQuery.setHints(Hints hints)
          Sets the query hints
 

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

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

Uses of Hints in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as Hints
protected  Hints QueryData.hints
          Deprecated.  
 

Methods in org.geotools.data.jdbc that return Hints
 Hints QueryData.getHints()
          Deprecated.  
 

Methods in org.geotools.data.jdbc with parameters of type Hints
protected  QueryData JDBC1DataStore.executeQuery(FeatureTypeInfo featureTypeInfo, String tableName, String sqlQuery, Transaction transaction, boolean forWrite, Hints hints)
          Deprecated. Executes the SQL Query.
protected  AttributeDescriptor[] JDBC1DataStore.getAttributeTypes(String typeName, String[] propertyNames, Hints hints)
          Deprecated. Gets the attribute types from from a given type.
 void SQLBuilder.setHints(Hints hints)
          Deprecated. Hints supplied by the user.
 void GeoAPISQLBuilder.setHints(Hints hints)
          Deprecated.  
 void DefaultSQLBuilder.setHints(Hints hints)
          Deprecated.  
 

Constructors in org.geotools.data.jdbc with parameters of type Hints
QueryData(FeatureTypeInfo featureTypeInfo, JDBC1DataStore parentDataStore, Connection connection, Statement statement, ResultSet resultSet, Transaction transaction, Hints hints)
          Deprecated. Creates a new QueryData object.
 

Uses of Hints in org.geotools.data.jdbc.attributeio
 

Constructors in org.geotools.data.jdbc.attributeio with parameters of type Hints
WKBAttributeIO(Hints hints)
          Deprecated.  
 

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

Constructors in org.geotools.data.postgis.attributeio with parameters of type Hints
PgWKBAttributeIO(boolean useByteArray, Hints hints)
           
 

Uses of Hints in org.geotools.data.shapefile
 

Methods in org.geotools.data.shapefile with parameters of type Hints
protected  GeometryFactory ShapefileDataStore.getGeometryFactory(Hints hints)
          Builds the most appropriate geometry factory depending on the available query 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
 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
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 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 CommonFactoryFinder.getFeatureLockFactories(Hints hints)
          Returns a set of all available implementations for the FeatureLockFactory interface.
static FeatureLockFactory CommonFactoryFinder.getFeatureLockFactory(Hints hints)
          Returns the first implementation of FeatureLockFactory matching the specified hints.
static FeatureTypeFactory CommonFactoryFinder.getFeatureTypeFactory(Hints hints)
          Return the first implementation of FeatureTypeFactory matching the specified hints.
static Set CommonFactoryFinder.getFileDataStoreFactories(Hints hints)
          Returns a set of all available implementations for the FileDataStoreFactorySpi interface.
static Set 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 CommonFactoryFinder.getFunctionExpressions(Hints hints)
          Deprecated. Use FunctionExpression is now @deprecated
static Set 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
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> 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> 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 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)
           
 

Uses of Hints in org.geotools.filter
 

Constructors in org.geotools.filter with parameters of type Hints
AttributeExpressionImpl(String xpath, Hints propertyAccessorHints)
          Constructor with schema and path to the attribute.
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 ThisPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor SimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor DirectPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor PropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
          Creates a property accessor for a particular class.
static PropertyAccessor PropertyAccessors.findPropertyAccessor(Object object, String xpath, Class target, Hints hints)
          Looks up a PropertyAccessor for a particular object.
 

Uses of Hints in org.geotools.gce.arcgrid
 

Methods in org.geotools.gce.arcgrid with parameters of type 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
 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.geotiff.adapters
 

Methods in org.geotools.gce.geotiff.adapters that return Hints
 Hints GeoTiffMetadata2CRSAdapter.getHints()
          Returns the Hints for this GeoTiffMetadata2CRSAdapter.
 

Constructors in org.geotools.gce.geotiff.adapters with parameters of type Hints
GeoTiffMetadata2CRSAdapter(Hints hints)
          Creates a new instance of GeoTiffMetadata2CRSAdapter
 

Uses of Hints in org.geotools.gce.gtopo30
 

Methods in org.geotools.gce.gtopo30 with parameters of type Hints
 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
 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 with parameters of type Hints
 ImageMosaicReader ImageMosaicFormat.getReader(Object source, Hints hints)
           
 

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

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

Methods in org.geotools.gce.imagemosaic.jdbc with parameters of type Hints
 ImageMosaicJDBCReader ImageMosaicJDBCFormat.getReader(Object source, 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
 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.
 

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 JTSFactoryFinder.getCoordinateSequenceFactory(Hints hints)
          Returns the first implementation of CoordinateSequenceFactory matching the specified hints.
static CoordinateSequenceFactory FactoryFinder.getCoordinateSequenceFactory(Hints hints)
          Deprecated. Returns the first implementation of CoordinateSequenceFactory matching the specified hints.
static GeometryFactory JTSFactoryFinder.getGeometryFactory(Hints hints)
          Returns the first implementation of GeometryFactory matching the specified hints.
static GeometryFactory FactoryFinder.getGeometryFactory(Hints hints)
          Deprecated. Returns the first implementation of GeometryFactory matching the specified hints.
static PrecisionModel JTSFactoryFinder.getPrecisionModel(Hints hints)
          Returns the first implementation of PrecisionModel matching the specified hints.
static PrecisionModel FactoryFinder.getPrecisionModel(Hints hints)
          Deprecated. Returns the first implementation of PrecisionModel matching the specified 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 with parameters of type Hints
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)
 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
JDBCFeatureReader(PreparedStatement st, Connection cx, 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)
           
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<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
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)
          Deprecated. Creates a wrapper using the specified hints.
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)
          Deprecated. Creates a wrapper using the specified hints.
 

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.
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 StyleVisitorCoverageProcessingNodeAdapter.getHints()
           
 Hints CoverageProcessingNode.getHints()
          Getter for Hints.
 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.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 differnt type.
static ObjectCache ObjectCaches.create(Hints hints)
          Utility method used to produce cache based on provide Hint
 Converter URConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter GeometryTypeConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 Converter CharsetConverterFactory.createConverter(Class<?> source, Class<?> target, Hints hints)
           
 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 NumericConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter GeometryConverterFactory.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 ColorConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter CollectionConverterFactory.createConverter(Class source, Class target, Hints hints)
           
 Converter BooleanConverterFactory.createConverter(Class source, Class target, Hints hints)
           
static Set 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)
           
 PropertyAccessor XPathPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.