Uses of Class
org.geotools.util.factory.Hints
Packages that use Hints
Package
Description
Defines the DataStore API via which all data is imported or exported.
Coverage implementation.
GridCoverage2D implementation.
Coverage processing
implementations.
List of coverage operations.
Base coverage I/O classes defining coverage reader, coverage request and coverage response.
Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.
Implementation for Aig (ESRI binary grid) format Coverage I/O leveraging on GDAL.
Implementation for DTED format Coverage I/O leveraging on GDAL.
Implementation for ECW format Coverage I/O leveraging on GDAL.
Implementation for EHdr (ESRI hdr labelled) format Coverage I/O leveraging on GDAL.
Implementation for ENVIHdr (ENVI hdr labelled) format Coverage I/O leveraging on GDAL.
Implementation for ERDAS Imagine format Coverage I/O leveraging on GDAL.
Implementation for IDRISI format Coverage I/O leveraging on GDAL.
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 ECW driver.
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 Kakadu driver.
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 MrSID driver.
Implementation for MrSID format Coverage I/O leveraging on GDAL.
Implementation for National Imagery Transmission Format (NITF) Coverage I/O leveraging on GDAL.
RPFTOC Coverage I/O leveraging on GDAL.
Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins.
This package contains the implementation of a ComplexDataStore,
A datasource to manage the ARCGrid ASCII format.
A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.
Basic geometry concepts to support referencing and coverage use.
A set of helper classes for image handling in the Geotools implementation;
Do not use!
Vector processing support for the GeoTools library.
Reference systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
Coordinate operation implementation.
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.
Basic implementations of math transforms.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Contains utilities and addition to the collection framework.
Utility classes which enable dynamic binding to factory implementations at runtime.
Package supporting XML parsing with a focus on GML.
-
Uses of Hints in org.geotools.api.data
Fields in org.geotools.api.data declared as HintsModifier and TypeFieldDescriptionprotected Hints
Query.hints
The hints to be used during query executionMethods in org.geotools.api.data that return HintsModifier and TypeMethodDescriptionQuery.getHints()
Get hints that have been set to control the query execution.Methods in org.geotools.api.data with parameters of type Hints -
Uses of Hints in org.geotools.appschema.filter.expression
Methods in org.geotools.appschema.filter.expression with parameters of type HintsModifier and TypeMethodDescriptionXmlXPathPropertyAccessorFactory.createPropertyAccessor
(Class type, String xpath, Class target, Hints hints) -
Uses of Hints in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type HintsModifier and TypeMethodDescriptionvoid
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
JoiningJDBCFeatureSource.encodeGeometryColumn
(GeometryDescriptor gatt, String typeName, StringBuffer sql, Hints hints) Encoding a geometry column with respect to hints Supported Hints are provided bySQLDialect.addSupportedHints(Set)
-
Uses of Hints in org.geotools.coverage
Methods in org.geotools.coverage with parameters of type HintsModifier and TypeMethodDescriptionstatic Set<GridCoverageFactory>
CoverageFactoryFinder.getGridCoverageFactories
(Hints hints) Returns a set of all available implementations for theGridCoverageFactory
interface.static GridCoverageFactory
CoverageFactoryFinder.getGridCoverageFactory
(Hints hints) Returns the first implementation ofGridCoverageFactory
matching the specified hints. -
Uses of Hints in org.geotools.coverage.grid
Constructors in org.geotools.coverage.grid with parameters of type HintsModifierConstructorDescriptionprotected
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, PixelOrientation anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints) Constructs a new grid geometry from a math transform.GridGeometry2D
(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints) Constructs a new grid geometry from a math transform.GridGeometry2D
(PixelInCell anchor, MathTransform gridToCRS, Bounds 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 HintsModifier and TypeFieldDescriptionprotected Hints
AbstractGridCoverage2DReader.hints
Hints used by theAbstractGridCoverage2DReader
subclasses.protected Hints
AbstractGridCoverageWriter.hints
Hints to be used for the writing process.Methods in org.geotools.coverage.grid.io with parameters of type HintsModifier and TypeMethodDescriptionabstract boolean
Tells me if thisFormat
can read the providedinput
.boolean
static AbstractGridFormat
GridFormatFinder.findFormat
(Object o, Hints hints) Returns aFormat
that is able to read a certain object.static Set<AbstractGridFormat>
GridFormatFinder.findFormats
(Object o, Hints hints) abstract AbstractGridCoverage2DReader
Gets aGridCoverageReader
for this format able to create coverages out of thesource
object using the providedhints
.abstract GridCoverageWriter
Call the accepts() method before asking for a writer to determine if the current object is supported.Harvests the specified source into the reader.default int
GranuleStore.removeGranules
(Filter filter, Hints hints) Removes granules selected by the given filter, controlled by a set of hints (might be implementation dependent and eventually ignored).int
RenamingGranuleStore.removeGranules
(Filter filter, Hints hints) Constructors in org.geotools.coverage.grid.io with parameters of type HintsModifierConstructorDescriptionAbstractGridCoverage2DReader
(Object input, Hints hints) Creates a new instance of aAIGReader
. -
Uses of Hints in org.geotools.coverage.grid.io.imageio
Methods in org.geotools.coverage.grid.io.imageio with parameters of type HintsModifier and TypeMethodDescriptionabstract RenderedImage
ReadType.read
(ImageReadParam readParameters, int imageIndex, URL granuleUrl, Rectangle rasterDimensions, ImageReader reader, Hints hints, boolean closeElements) Load the raster data from the underlying source with the specified read type. -
Uses of Hints in org.geotools.coverage.grid.io.imageio.geotiff
Constructors in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type HintsModifierConstructorDescriptionGeoTiffMetadata2CRSAdapter
(Hints hints) Creates a new instance of GeoTiffMetadata2CRSAdapter -
Uses of Hints in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return HintsModifier and TypeMethodDescriptionCoverageRequest.getHints()
Specifies some hints to drive the query execution and results build-up.Methods in org.geotools.coverage.io with parameters of type HintsModifier and TypeMethodDescriptionCoverageAccess.access
(Name name, Map<String, Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener) Retrieve aCoverageSource
to access a Named Coverage.Driver.access
(Driver.DriverCapabilities opreation, Map<String, Serializable> params, Hints hints, ProgressListener listener) Simone: Returnnull
in case the delete succeds.boolean
CoverageAccess.canCreate
(Name name, Map<String, Serializable> params, Hints hints, ProgressListener listener) Test to see if this coverage access is suitable for creating aCoverageStore
referred by Name, with the specified set of parameters.boolean
Test to see if this coverage access is suitable for deleting aCoverageSource
referred by Name, with the specified set of parameters.CoverageAccess.create
(Name name, Map<String, Serializable> params, Hints hints, ProgressListener listener) Create aCoverageStore
with the specified name.boolean
Asks thisCoverageAccess
to entirely remove a certain Coverage from the availableCoverageSource
s.FileDriver.process
(Driver.DriverCapabilities operation, URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) abstract RenderedImage
ReadType.read
(ImageReadParam readParameters, int imageIndex, URL granuleUrl, Rectangle rasterDimensions, ImageReader reader, Hints hints, boolean closeElements) Load the raster data from the underlying source with the specified read type.void
-
Uses of Hints in org.geotools.coverage.io.grib
Methods in org.geotools.coverage.io.grib with parameters of type Hints -
Uses of Hints in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl with parameters of type HintsModifier and TypeMethodDescriptionDefaultCoverageAccess.access
(Name name, Map<String, Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener) DefaultDriver.access
(Driver.DriverCapabilities operation, Map<String, Serializable> params, Hints hints, ProgressListener listener) boolean
DefaultCoverageAccess.canCreate
(Name name, Map<String, Serializable> params, Hints hints, ProgressListener listener) boolean
static CoverageAccess
CoverageIO.connect
(Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccess
DefaultDriver.connect
(Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccess
DefaultFileDriver.connect
(URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccess
DefaultFileDriver.connect
(Map<String, Serializable> params, Hints hints, ProgressListener listener) DefaultCoverageAccess.create
(Name name, Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccess
DefaultDriver.create
(Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccess
DefaultFileDriver.create
(URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccess
DefaultFileDriver.create
(Map<String, Serializable> params, Hints hints, ProgressListener listener) boolean
protected CoverageAccess
DefaultDriver.delete
(Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccess
DefaultFileDriver.delete
(URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccess
DefaultFileDriver.delete
(Map<String, Serializable> params, Hints hints, ProgressListener listener) DefaultFileDriver.process
(Driver.DriverCapabilities operation, URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) Constructors in org.geotools.coverage.io.impl with parameters of type HintsModifierConstructorDescriptionprotected
DefaultDriver
(String name, String description, String title, EnumSet<Driver.DriverCapabilities> driverCapabilities, Hints implementationHints) protected
DefaultFileDriver
(String name, String description, String title, Hints implementationHints, List<String> fileExtensions, EnumSet<Driver.DriverCapabilities> driverCapabilities) -
Uses of Hints in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type HintsModifier and TypeMethodDescriptionboolean
NetCDFAccess.access
(Name name, Map<String, Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener) NetCDFDriver.connect
(URL source, Map<String, Serializable> params, Hints hints, ProgressListener listener) NetCDFDriver.connect
(Map<String, Serializable> params, Hints hints, ProgressListener listener) boolean
Constructors in org.geotools.coverage.io.netcdf with parameters of type Hints -
Uses of Hints in org.geotools.coverage.io.netcdf.crs
Constructors in org.geotools.coverage.io.netcdf.crs with parameters of type HintsModifierConstructorDescriptionNetCDFCRSAuthorityFactory
(Hints userHints) NetCDFCRSAuthorityFactory
(Hints userHints, int priority) -
Uses of Hints in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type HintsModifier and TypeMethodDescriptionstatic CoordinateReferenceSystem
Utilities.getMercator2SPProjectedCRS
(double standardParallel, double centralMeridian, double natOriginLat, GeographicCRS sourceCRS, Hints hints) Simple utility method which allows to build a Mercator2SP Projected CRS given the set of required parameters. -
Uses of Hints in org.geotools.coverage.processing
Fields in org.geotools.coverage.processing declared as HintsModifier and TypeFieldDescriptionprotected final Hints
CoverageProcessor.hints
The rendering hints for JAI operations (nevernull
).final Hints
OperationJAI.Parameters.hints
The rendering hints to be given to theJAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints)
method.Methods in org.geotools.coverage.processing with parameters of type HintsModifier and TypeMethodDescriptionabstract Coverage
AbstractOperation.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a process operation to a coverage.CoverageProcessor.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a process operation to a coverage.OperationJAI.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a process operation to a grid coverage.protected static GridCoverageFactory
Operation2D.getFactory
(Hints hints) Returns the factory to use for creating newGridCoverage2D
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
Fields in org.geotools.coverage.processing.operation declared as HintsModifier and TypeFieldDescriptionfinal Hints
Mosaic.Params.hints
The rendering hints to be given to theJAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints)
method.Methods in org.geotools.coverage.processing.operation with parameters of type HintsModifier and TypeMethodDescriptionstatic GridCoverage2DRIA
GridCoverage2DRIA.create
(GridCoverage2D src, GridCoverage2D dst, double[] nodata, Hints hints, ROI roi) Wrap the src coverage in the dst layout.static GridCoverage2DRIA
GridCoverage2DRIA.create
(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints) static GridCoverage2DRIA
GridCoverage2DRIA.create
(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints, ROI roi) Wrap the src coverage in the dst layout.BandMerge.doOperation
(ParameterValueGroup parameters, Hints hints) Crop.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a crop operation to a coverage.Interpolate.doOperation
(ParameterValueGroup parameters, Hints hints) Applies an interpolation to a grid coverage.Mosaic.doOperation
(ParameterValueGroup parameters, Hints hints) Resample.doOperation
(ParameterValueGroup parameters, Hints hints) Resamples a grid coverage.SelectSampleDimension.doOperation
(ParameterValueGroup parameters, Hints hints) Applies the band select operation to a grid coverage.abstract Mosaic.ResampledRasters
Mosaic.GridGeometryPolicy.resampleGridGeometry
(GridCoverage2D[] sources, GridCoverage2D[] alphas, GridGeometry2D external, ParameterValueGroup parameters, Hints hints) Method for resampling the inputGridCoverage2D
objects.Constructors in org.geotools.coverage.processing.operation with parameters of type HintsModifierConstructorDescriptionprotected
GridCoverage2DRIA
(GridCoverage2D src, GridGeometry2D dst, Vector sources, ImageLayout layout, Map configuration, boolean cobbleSources, BorderExtender extender, Interpolation interp, double[] nodata, ROI roi, Hints hints) -
Uses of Hints in org.geotools.coverageio
Constructors in org.geotools.coverageio with parameters of type HintsModifierConstructorDescriptionprotected
BaseGridCoverage2DReader
(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi) Creates a new instance of aBaseGridCoverage2DReader
. -
Uses of Hints in org.geotools.coverageio.gdal
Methods in org.geotools.coverageio.gdal with parameters of type HintsModifier and TypeMethodDescriptionboolean
Constructors in org.geotools.coverageio.gdal with parameters of type HintsModifierConstructorDescriptionprotected
BaseGDALGridCoverage2DReader
(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi) Creates a new instance of aBaseGDALGridCoverage2DReader
. -
Uses of Hints in org.geotools.coverageio.gdal.aig
Methods in org.geotools.coverageio.gdal.aig with parameters of type HintsConstructors in org.geotools.coverageio.gdal.aig with parameters of type Hints -
Uses of Hints in org.geotools.coverageio.gdal.dted
Methods in org.geotools.coverageio.gdal.dted with parameters of type HintsConstructors in org.geotools.coverageio.gdal.dted with parameters of type HintsModifierConstructorDescriptionDTEDReader
(Object input, Hints hints) Creates a new instance of aDTEDReader
. -
Uses of Hints in org.geotools.coverageio.gdal.ecw
Methods in org.geotools.coverageio.gdal.ecw with parameters of type HintsConstructors in org.geotools.coverageio.gdal.ecw with parameters of type Hints -
Uses of Hints in org.geotools.coverageio.gdal.ehdr
Methods in org.geotools.coverageio.gdal.ehdr with parameters of type HintsModifier and TypeMethodDescriptionConstructors in org.geotools.coverageio.gdal.ehdr with parameters of type HintsModifierConstructorDescriptionEsriHdrReader
(Object input, Hints hints) Creates a new instance of aEsriHdrReader
. -
Uses of Hints in org.geotools.coverageio.gdal.envihdr
Methods in org.geotools.coverageio.gdal.envihdr with parameters of type HintsModifier and TypeMethodDescriptionConstructors in org.geotools.coverageio.gdal.envihdr with parameters of type HintsModifierConstructorDescriptionEnviHdrReader
(Object input, Hints hints) Creates a new instance of aEnviHdrReader
. -
Uses of Hints in org.geotools.coverageio.gdal.erdasimg
Methods in org.geotools.coverageio.gdal.erdasimg with parameters of type HintsModifier and TypeMethodDescriptionConstructors in org.geotools.coverageio.gdal.erdasimg with parameters of type HintsModifierConstructorDescriptionErdasImgReader
(Object input, Hints hints) Creates a new instance of aErdasImgReader
. -
Uses of Hints in org.geotools.coverageio.gdal.idrisi
Methods in org.geotools.coverageio.gdal.idrisi with parameters of type HintsModifier and TypeMethodDescriptionConstructors in org.geotools.coverageio.gdal.idrisi with parameters of type HintsModifierConstructorDescriptionIDRISIReader
(Object input, Hints hints) Creates a new instance of aIDRISIReader
. -
Uses of Hints in org.geotools.coverageio.gdal.jp2ecw
Methods in org.geotools.coverageio.gdal.jp2ecw with parameters of type HintsModifier and TypeMethodDescriptionConstructors in org.geotools.coverageio.gdal.jp2ecw with parameters of type HintsModifierConstructorDescriptionJP2ECWReader
(Object input, Hints hints) Creates a new instance of aJP2ECWReader
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 HintsConstructors in org.geotools.coverageio.gdal.jp2kak with parameters of type HintsModifierConstructorDescriptionJP2KReader
(Object input, Hints hints) Creates a new instance of aJP2KReader
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 HintsModifier and TypeMethodDescriptionConstructors in org.geotools.coverageio.gdal.jp2mrsid with parameters of type HintsModifierConstructorDescriptionJP2MrSIDReader
(Object input, Hints hints) Creates a new instance of aJP2MrSIDReader
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 HintsConstructors in org.geotools.coverageio.gdal.mrsid with parameters of type HintsModifierConstructorDescriptionMrSIDReader
(Object input, Hints hints) Creates a new instance of aMrSIDReader
. -
Uses of Hints in org.geotools.coverageio.gdal.nitf
Methods in org.geotools.coverageio.gdal.nitf with parameters of type HintsConstructors in org.geotools.coverageio.gdal.nitf with parameters of type HintsModifierConstructorDescriptionNITFReader
(Object input, Hints hints) Creates a new instance of aNITFReader
. -
Uses of Hints in org.geotools.coverageio.gdal.rpftoc
Methods in org.geotools.coverageio.gdal.rpftoc with parameters of type HintsModifier and TypeMethodDescriptionConstructors in org.geotools.coverageio.gdal.rpftoc with parameters of type HintsModifierConstructorDescriptionRPFTOCReader
(Object input, Hints hints) Creates a new instance of aRPFTOCReader
. -
Uses of Hints in org.geotools.coverageio.gdal.srp
Methods in org.geotools.coverageio.gdal.srp with parameters of type HintsConstructors in org.geotools.coverageio.gdal.srp with parameters of type Hints -
Uses of Hints in org.geotools.coverageio.gdal.vrt
Methods in org.geotools.coverageio.gdal.vrt with parameters of type HintsConstructors in org.geotools.coverageio.gdal.vrt with parameters of type Hints -
Uses of Hints in org.geotools.coverageio.jp2k
Methods in org.geotools.coverageio.jp2k with parameters of type HintsModifier and TypeMethodDescriptionboolean
Constructors in org.geotools.coverageio.jp2k with parameters of type Hints -
Uses of Hints in org.geotools.data
Methods in org.geotools.data with parameters of type HintsModifier and TypeMethodDescriptionGmlObjectStore.getGmlObject
(GmlObjectId id, Hints hints) Looks up an object by its gml id.Constructors in org.geotools.data with parameters of type HintsModifierConstructorDescriptionPrjFileReader
(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 HintsModifier and TypeMethodDescriptionAppSchemaDataAccess.findFeature
(FeatureId id, Hints hints) DataAccessRegistry.findFeature
(FeatureId id, Hints hints) MappingFeatureSource.getFeatures
(Filter filter, Hints hints) -
Uses of Hints in org.geotools.data.complex.expression
Methods in org.geotools.data.complex.expression with parameters of type HintsModifier and TypeMethodDescriptionFeaturePropertyAccessorFactory.createPropertyAccessor
(Class type, String xpath, Class target, Hints hints) 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 HintsModifier and TypeMethodDescriptionDB2BlobConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) DB2ClobConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) DB2SQLDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) DB2SQLDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints) DB2SQLDialectBasic.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) DB2SQLDialectBasic.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints) DB2SQLDialectPrepared.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) DB2SQLDialectPrepared.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints) void
DB2SQLDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) void
DB2SQLDialectBasic.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) void
DB2SQLDialectPrepared.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) -
Uses of Hints in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb with parameters of type HintsModifier and TypeMethodDescriptionDuckDBDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) void
DuckDBDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) protected void
DuckDBDialect.encodeGeometryColumnInternal
(GeometryDescriptor gatt, String prefix, Hints hints, boolean forceMulti, StringBuffer sql) -
Uses of Hints in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet with parameters of type HintsModifier and TypeMethodDescriptionvoid
GeoParquetDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) Encodes a geometry column for a SQL query with awareness of geometry types. -
Uses of Hints in org.geotools.data.h2
Methods in org.geotools.data.h2 with parameters of type HintsModifier and TypeMethodDescriptionH2ClobConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) H2Dialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) H2DialectBasic.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) H2DialectPrepared.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) -
Uses of Hints in org.geotools.data.hana
Methods in org.geotools.data.hana with parameters of type HintsModifier and TypeMethodDescriptionHanaDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) HanaDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) void
HanaDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) -
Uses of Hints in org.geotools.data.hana.converter
Methods in org.geotools.data.hana.converter with parameters of type HintsModifier and TypeMethodDescriptionBooleanConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) -
Uses of Hints in org.geotools.data.informix
Methods in org.geotools.data.informix with parameters of type HintsModifier and TypeMethodDescriptionInformixDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) void
InformixDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) -
Uses of Hints in org.geotools.data.mysql
Methods in org.geotools.data.mysql with parameters of type HintsModifier and TypeMethodDescriptionMySQLDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints) MySQLDialectBasic.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) MySQLDialectPrepared.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) 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) void
MySQLDialectPrepared.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 HintsModifier and TypeMethodDescriptionOracleBlobConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) OracleClobConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) OracleDateConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) OracleNClobConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) OracleDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) OracleDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) -
Uses of Hints in org.geotools.data.postgis
Methods in org.geotools.data.postgis with parameters of type HintsModifier and TypeMethodDescriptionBigDateConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) HStoreConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) SQLArrayConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) PostGISDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) PostGISDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) PostGISPSDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) PostGISPSDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints 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.singlestore
Methods in org.geotools.data.singlestore with parameters of type HintsModifier and TypeMethodDescriptionSingleStoreDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints) SingleStoreDialectBasic.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) SingleStoreDialectPrepared.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) void
SingleStoreDialectBasic.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) void
SingleStoreDialectPrepared.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 HintsModifier and TypeMethodDescriptionSQLServerDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) void
SQLServerDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) -
Uses of Hints in org.geotools.data.sqlserver.jtds
Methods in org.geotools.data.sqlserver.jtds with parameters of type HintsModifier and TypeMethodDescriptionJTDSClobConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) JTDSDateConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) -
Uses of Hints in org.geotools.data.teradata
Methods in org.geotools.data.teradata with parameters of type HintsModifier and TypeMethodDescriptionTeradataDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) -
Uses of Hints in org.geotools.data.util
Methods in org.geotools.data.util with parameters of type HintsModifier and TypeMethodDescriptionAbbreviatedTimeUnitConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) ArrayConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) BooleanConverterFactory.createConverter
(Class source, Class target, Hints hints) CharsetConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) CollectionConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) ColorConverterFactory.createConverter
(Class source, Class target, Hints hints) CommonsConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) Delegates toConvertUtils#lookup(java.lang.Class)
to create a converter instance.ComplexAttributeConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) CRSConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) Delegates toConvertUtils#lookup(java.lang.Class)
to create a converter instance.EnumerationConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) GeometryConverterFactory.createConverter
(Class source, Class target, Hints hints) GeometryTypeConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) InterpolationConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) Delegates toConvertUtils#lookup(java.lang.Class)
to create a converter instance.LobConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) MeasureConverterFactory.createConverter
(Class source, Class target, Hints hints) NameConverterFactory.createConverter
(Class source, Class target, Hints hints) NumericConverterFactory.createConverter
(Class source, Class target, Hints hints) PercentageConverterFactory.createConverter
(Class source, Class target, Hints hints) QNameConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) ReferencedEnvelopeConverterFactory.createConverter
(Class source, Class target, Hints hints) TemporalConverterFactory.createConverter
(Class source, Class target, Hints hints) URConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) UuidConverterFactory.createConverter
(Class source, Class target, Hints hints) -
Uses of Hints in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return HintsMethods in org.geotools.data.wfs.internal with parameters of type Hints -
Uses of Hints in org.geotools.factory
Fields in org.geotools.factory declared as HintsModifier and TypeFieldDescriptionprotected final Hints
BasicFactories.hints
The hints to be used for all factory creation.Methods in org.geotools.factory with parameters of type HintsModifier and TypeMethodDescriptionstatic FeatureFactory
CommonFactoryFinder.getFeatureFactory
(Hints hints) Return an implementation ofFeatureFactory
matching the specified hint FEATURE_FACTORY.static FeatureTypeFactory
CommonFactoryFinder.getFeatureTypeFactory
(Hints hints) Return the first implementation ofFeatureTypeFactory
matching the specified hints.static Set<FileDataStoreFactorySpi>
CommonFactoryFinder.getFileDataStoreFactories
(Hints hints) Returns a set of all available implementations for theFileDataStoreFactorySpi
interface.static Set<FilterFactory>
CommonFactoryFinder.getFilterFactories
(Hints hints) Returns a set of all available implementations for theFilterFactory
interface.static FilterFactory
CommonFactoryFinder.getFilterFactory
(Hints hints) Returns the first implementation ofFilterFactory
matching the specified hints.static Set<FunctionFactory>
CommonFactoryFinder.getFunctionFactories
(Hints hints) Returns a set of all available implementations ofFunctionFactory
.CommonFactoryFinder.getFunctions
(Hints hints) Returns a set of all available implementations for theFunction
interface.static Set<StyleFactory>
CommonFactoryFinder.getStyleFactories
(Hints hints) Returns a set of all available implementations for theStyleFactory
interface.static StyleFactory
CommonFactoryFinder.getStyleFactory
(Hints hints) Returns the first implementation ofStyleFactory
matching the specified hints. -
Uses of Hints in org.geotools.filter
Fields in org.geotools.filter declared as HintsConstructors in org.geotools.filter with parameters of type HintsModifierConstructorDescriptionAttributeExpressionImpl
(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 HintsModifier and TypeMethodDescriptionDirectPropertyAccessorFactory.createPropertyAccessor
(Class type, String xpath, Class target, Hints hints) NullPropertyAccessorFactory.createPropertyAccessor
(Class type, String xpath, Class target, Hints hints) PropertyAccessorFactory.createPropertyAccessor
(Class<?> type, String xpath, Class<?> target, Hints hints) Creates a property accessor for a particular class.SimpleFeaturePropertyAccessorFactory.createPropertyAccessor
(Class type, String xpath, Class target, Hints hints) ThisPropertyAccessorFactory.createPropertyAccessor
(Class type, String xpath, Class target, Hints hints) static List<PropertyAccessor>
PropertyAccessors.findPropertyAccessors
(Object object, String xpath, Class target, Hints hints) Looks up a list ofPropertyAccessor
for a particular object. -
Uses of Hints in org.geotools.filter.expression.geojson
Methods in org.geotools.filter.expression.geojson with parameters of type HintsModifier and TypeMethodDescriptionJSONNodePropertyAccessorFactory.createPropertyAccessor
(Class<?> type, String xpath, Class<?> target, Hints hints) -
Uses of Hints in org.geotools.gce.arcgrid
Methods in org.geotools.gce.arcgrid with parameters of type HintsModifier and TypeMethodDescriptionboolean
Constructors in org.geotools.gce.arcgrid with parameters of type HintsModifierConstructorDescriptionArcGridReader
(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 HintsModifier and TypeMethodDescriptionboolean
Currently, we only accept files, and we open the file to verify that it has a GeoKeyDirectory tag.Ifsource
is a file, this will return a reader object.Constructors in org.geotools.gce.geotiff with parameters of type HintsModifierConstructorDescriptionGeoTiffReader
(Object input, Hints uHints) Creates a new instance of GeoTiffReaderGeoTiffWriter
(Object destination, Hints hints) Constructor for aGeoTiffWriter
. -
Uses of Hints in org.geotools.gce.grassraster.format
Methods in org.geotools.gce.grassraster.format with parameters of type Hints -
Uses of Hints in org.geotools.gce.image
Methods in org.geotools.gce.image with parameters of type HintsModifier and TypeMethodDescriptionboolean
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.Retrieves aWorldImageReader
in case the providedesource
can be accepted as a valid source for a world image.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 HintsModifierConstructorDescriptionWorldImageReader
(Object input, Hints hints) Class constructor.WorldImageWriter
(Object destination, Hints hints) Destination must be a File. -
Uses of Hints in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as HintsModifier and TypeFieldDescriptionstatic final Hints
GranuleDescriptor.EXCLUDE_MOSAIC
Hints to use for avoiding to search for the ImageMosaic formatstatic final Hints
Utils.EXCLUDE_MOSAIC_HINTS
Hints to use for avoiding to search for the imagemosaic formatprotected Hints
DefaultGranuleAccessProvider.hints
Methods in org.geotools.gce.imagemosaic that return HintsModifier and TypeMethodDescriptionRasterLayerResponse.getHints()
RasterManager.getHints()
static Hints
Utils.setupJAIHints
(RenderingHints inputHints) Methods in org.geotools.gce.imagemosaic with parameters of type HintsModifier and TypeMethodDescriptionboolean
RasterManager.getGranuleSource
(boolean readOnly, Hints hints) protected void
GranuleDescriptor.init
(BoundingBox granuleBBOX, URL granuleUrl, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints) 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 thisGranuleDescriptor
.void
DefaultGranuleAccessProvider.update
(GranuleDescriptor granuleDescriptor, Hints hints) void
GranuleDescriptorModifier.update
(GranuleDescriptor granuleDescriptor, Hints hints) Constructors in org.geotools.gce.imagemosaic with parameters of type HintsModifierConstructorDescriptionCogGranuleAccessProvider
(Hints hints) GranuleDescriptor
(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints) GranuleDescriptor
(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules, Hints hints) GranuleDescriptor
(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider, boolean heterogeneousGranules, Hints hints) Constructor for theGranuleDescriptor
GranuleLoader
(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints) ImageMosaicReader
(Object source, Hints uHints) Constructor. -
Uses of Hints in org.geotools.gce.imagemosaic.catalog
Fields in org.geotools.gce.imagemosaic.catalog declared as HintsModifier and TypeFieldDescriptionprotected final Hints
GranuleCatalog.hints
protected Hints
GranuleCatalogSource.hints
Methods in org.geotools.gce.imagemosaic.catalog that return HintsMethods in org.geotools.gce.imagemosaic.catalog with parameters of type HintsModifier and TypeMethodDescriptionstatic MultiLevelROIProvider
MultiLevelROIProviderMosaicFactory.createFootprintProvider
(File mosaicFolder, Hints hints) Builds a footprint provider from mosaic locationstatic GranuleCatalog
GranuleCatalogFactory.createGranuleCatalog
(URL sourceURL, CatalogConfigurationBeans configurations, Properties overrideParams, Hints hints) static GranuleCatalog
GranuleCatalogFactory.createGranuleCatalog
(Properties params, CatalogConfigurationBeans configurations, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints) int
GranuleCatalogStore.removeGranules
(Filter filter, Hints hints) Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type HintsModifierConstructorDescriptionGranuleCatalog
(Hints hints, CatalogConfigurationBeans configurations) GranuleCatalogSource
(RasterManager manager, GranuleCatalog catalog, String typeName, Hints hints) GranuleCatalogStore
(RasterManager manager, GranuleCatalog catalog, String typeName, Hints hints) GTDataStoreGranuleCatalog
(Properties params, CatalogConfigurationBeans configurations, boolean create, DataStoreFactorySpi spi, Hints hints) LockingGranuleCatalog
(GranuleCatalog delegate, Hints hints) MultiLevelROIGeometryOverviews
(Geometry footprint, List<Geometry> multilevelFootprints, boolean overviewsInRasterSpace, Hints hints) MultiLevelROIGeometryOverviewsProvider
(File baseFile, String overviewSuffixFormat, int numOverviews, FootprintLoader footprintLoader, FootprintLoader overviewsFootprintLoader, boolean overviewsRoiInRasterSpace, Hints hints) MultiLevelROIRasterProvider
(File mosaicFolder, Hints hints) RepositoryDataStoreCatalog
(Properties params, CatalogConfigurationBeans configurations, boolean create, Repository repository, String dataStoreName, DataStoreFactorySpi spi, Hints hints) -
Uses of Hints in org.geotools.gce.imagemosaic.catalogbuilder
Methods in org.geotools.gce.imagemosaic.catalogbuilder that return HintsMethods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type Hints -
Uses of Hints in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid with parameters of type HintsModifier and TypeMethodDescriptionboolean
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 HintsModifierConstructorDescriptionImagePyramidReader
(Object source, Hints uHints) Constructor for anImagePyramidReader
. -
Uses of Hints in org.geotools.gce.pgraster
Methods in org.geotools.gce.pgraster with parameters of type HintsModifier and TypeMethodDescriptionboolean
Constructors in org.geotools.gce.pgraster with parameters of type HintsModifierConstructorDescriptionPGRasterReader
(PGRasterConfig config, PGRasterFormat format, Hints hints) -
Uses of Hints in org.geotools.geometry
Constructors in org.geotools.geometry with parameters of type HintsModifierConstructorDescriptionTransformedPosition
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Hints hints) Creates a new position which will contains the result of coordinate transformations fromsourceCRS
totargetCRS
. -
Uses of Hints in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts with parameters of type HintsModifier and TypeMethodDescriptionstatic CoordinateSequenceFactory
JTSFactoryFinder.getCoordinateSequenceFactory
(Hints hints) Returns the first implementation ofCoordinateSequenceFactory
matching the specified hints.static GeometryFactory
JTSFactoryFinder.getGeometryFactory
(Hints hints) Returns the first implementation ofGeometryFactory
matching the specified hints.static PrecisionModel
JTSFactoryFinder.getPrecisionModel
(Hints hints) Returns the first implementation ofPrecisionModel
matching the specified hints. -
Uses of Hints in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type HintsModifier and TypeMethodDescriptionGeoPkgDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) GeoPkgDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) -
Uses of Hints in org.geotools.geopkg.geom
Methods in org.geotools.geopkg.geom with parameters of type Hints -
Uses of Hints in org.geotools.geopkg.mosaic
Methods in org.geotools.geopkg.mosaic with parameters of type HintsModifier and TypeMethodDescriptionboolean
Constructors in org.geotools.geopkg.mosaic with parameters of type Hints -
Uses of Hints in org.geotools.http
Methods in org.geotools.http with parameters of type HintsModifier and TypeMethodDescriptionprotected HTTPClient
AbstractHTTPClientFactory.applyLogging
(HTTPClient client, Hints hints) Wraps client with a LoggingHTTPClient if the HTTP_LOGGING hint is set.final boolean
AbstractHTTPClientFactory.canProcess
(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) Returns true if a given factory have a HTTP_CLIENT given by the hint, or meets the behaviors.boolean
HTTPClientFactory.canProcess
(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) Method used to check if client in Hints can be createdfinal HTTPClient
AbstractHTTPClientFactory.createClient
(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) HTTPClientFactory.createClient
(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) Called by HTTPFactoryFinder to create clientstatic HTTPClient
HTTPClientFinder.createClient
(Hints hints) Get a special HTTP client by specifying hint HTTP_CLIENT_FACTORY or HTTP_CLIENTConstructors in org.geotools.http with parameters of type HintsModifierConstructorDescriptionHTTPFactoryException
(String message, Hints hints, List<Class<? extends HTTPBehavior>> behaviors) -
Uses of Hints in org.geotools.image.util
Methods in org.geotools.image.util with parameters of type HintsModifier and TypeMethodDescriptionstatic RenderedImage
ImageUtilities.applyRescaling
(Double[] scales, Double[] offsets, RenderedImage image, Hints hints) Applies values rescaling if either the scales or the offsets array is non null, or has any value that is not a default (1 for scales, 0 for offsets) -
Uses of Hints in org.geotools.jdbc
Fields in org.geotools.jdbc declared as HintsMethods in org.geotools.jdbc that return HintsModifier and TypeMethodDescriptionIndex.getHints()
Retrieves the hints for this index.static Hints
VirtualTable.setKeepWhereClausePlaceHolderHint
(Query query) If the provided query has a filter of a where clause place holder exists it will be preserved.static Hints
VirtualTable.setKeepWhereClausePlaceHolderHint
(Hints hints, boolean keepWhereClausePlaceHolder) Will add an entry to query hints specifying if the the where clause place holder should be keep or not.Methods in org.geotools.jdbc with parameters of type HintsModifier and TypeMethodDescriptionSQLDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) Decodes a geometry value from the result of a query specifying the column as an index.abstract Geometry
SQLDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) Decodes a geometry value from the result of a query.void
JDBCDataStore.encodeAliasedTableName
(String tableName, StringBuffer sql, Hints hints, String alias) Helper method to encode table name which checks if a schema is set and prefixes the table name with it, with the addition of an alias to the namevoid
JDBCDataStore.encodeGeometryColumn
(GeometryDescriptor gatt, StringBuffer sql, Hints hints) Encoding a geometry column with respect to hints Supported Hints are provided bySQLDialect.addSupportedHints(Set)
protected void
JDBCDataStore.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, StringBuffer sql, Hints hints) void
SQLDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) Encodes the name of a geometry column in a SELECT statement.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.VirtualTable.expandParameters
(Hints hints) protected GroupByVisitor.GroupByRawResult
JDBCDataStore.extractValuesFromResultSet
(Connection cx, SimpleFeatureType featureType, ResultSet resultSet, List<Expression> groupBy, Function<Object, Object> converter, Hints hints) Helper method that translate the result set to the appropriate group by visitor result formatJDBCDataStore.getGmlObject
(GmlObjectId id, Hints hints) protected boolean
JDBCDataStore.isGeneralizationRequired
(Hints hints, GeometryDescriptor gatt) Checks if geometry generalization required and makes senseprotected boolean
JDBCDataStore.isGeometryReduceRequired
(Hints hints, GeometryDescriptor gatt, Hints.Key param) Checks if reduction required and makes senseprotected boolean
JDBCDataStore.isSimplificationRequired
(Hints hints, GeometryDescriptor gatt) Checks if geometry simplification required and makes sensestatic Hints
VirtualTable.setKeepWhereClausePlaceHolderHint
(Hints hints, boolean keepWhereClausePlaceHolder) Will add an entry to query hints specifying if the the where clause place holder should be keep or not.protected Filter[]
JDBCFeatureSource.splitFilter
(Filter original, Hints hints) Constructors in org.geotools.jdbc with parameters of type Hints -
Uses of Hints in org.geotools.mbtiles.mosaic
Methods in org.geotools.mbtiles.mosaic with parameters of type HintsModifier and TypeMethodDescriptionboolean
Constructors in org.geotools.mbtiles.mosaic with parameters of type Hints -
Uses of Hints in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type HintsModifier and TypeMethodDescriptionAggregateProcess.AggregateResultsConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) -
Uses of Hints in org.geotools.referencing
Methods in org.geotools.referencing with parameters of type HintsModifier and TypeMethodDescriptionReferencingFactoryFinder.getCoordinateOperationAuthorityFactories
(Hints hints) Returns a set of all available implementations for theCoordinateOperationAuthorityFactory
interface.ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofCoordinateOperationAuthorityFactory
matching the specified hints.static Set<CoordinateOperationFactory>
ReferencingFactoryFinder.getCoordinateOperationFactories
(Hints hints) Returns a set of all available implementations for theCoordinateOperationFactory
interface.static CoordinateOperationFactory
ReferencingFactoryFinder.getCoordinateOperationFactory
(Hints hints) Returns the first implementation ofCoordinateOperationFactory
matching the specified hints.static Set<CRSAuthorityFactory>
ReferencingFactoryFinder.getCRSAuthorityFactories
(Hints hints) Returns a set of all available implementations for theCRSAuthorityFactory
interface.static CRSAuthorityFactory
ReferencingFactoryFinder.getCRSAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofCRSAuthorityFactory
matching the specified hints.static Set<CRSFactory>
ReferencingFactoryFinder.getCRSFactories
(Hints hints) Returns a set of all available implementations for theCRSFactory
interface.static CRSFactory
ReferencingFactoryFinder.getCRSFactory
(Hints hints) Returns the first implementation ofCRSFactory
matching the specified hints.static Set<CSAuthorityFactory>
ReferencingFactoryFinder.getCSAuthorityFactories
(Hints hints) Returns a set of all available implementations for theCSAuthorityFactory
interface.static CSAuthorityFactory
ReferencingFactoryFinder.getCSAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofCSAuthorityFactory
matching the specified hints.ReferencingFactoryFinder.getCSFactories
(Hints hints) Returns a set of all available implementations for theCSFactory
interface.static CSFactory
ReferencingFactoryFinder.getCSFactory
(Hints hints) Returns the first implementation ofCSFactory
matching the specified hints.static Set<DatumAuthorityFactory>
ReferencingFactoryFinder.getDatumAuthorityFactories
(Hints hints) Returns a set of all available implementations for theDatumAuthorityFactory
interface.static DatumAuthorityFactory
ReferencingFactoryFinder.getDatumAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofDatumAuthorityFactory
matching the specified hints.static Set<DatumFactory>
ReferencingFactoryFinder.getDatumFactories
(Hints hints) Returns a set of all available implementations for theDatumFactory
interface.static DatumFactory
ReferencingFactoryFinder.getDatumFactory
(Hints hints) Returns the first implementation ofDatumFactory
matching the specified hints.static Set<GridShiftLocator>
ReferencingFactoryFinder.getGridShiftLocators
(Hints hints) Returns a set of all available implementations for theGridShiftLocator
interface.static Set<MathTransformFactory>
ReferencingFactoryFinder.getMathTransformFactories
(Hints hints) Returns a set of all available implementations for theMathTransformFactory
interface.static MathTransformFactory
ReferencingFactoryFinder.getMathTransformFactory
(Hints hints) Returns the first implementation ofMathTransformFactory
matching the specified hints. -
Uses of Hints in org.geotools.referencing.epsg.esri
Constructors in org.geotools.referencing.epsg.esri with parameters of type HintsModifierConstructorDescriptionEsriExtension
(Hints hints) Constructs an authority factory using a set of factories created from 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.epsg.postgresql
Methods in org.geotools.referencing.epsg.postgresql with parameters of type HintsModifier and TypeMethodDescriptionprotected AbstractAuthorityFactory
ThreadedPostgreSQLEpsgFactory.createBackingStore
(Hints hints) Returns the backing-store factory for PostgreSQL syntax.Constructors in org.geotools.referencing.epsg.postgresql with parameters of type HintsModifierConstructorDescriptionCreates a new instance of this factory with the specified hints. -
Uses of Hints in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory with parameters of type HintsModifier and TypeMethodDescriptionprotected static boolean
OrderedAxisCRSAuthorityFactory.booleanValue
(Hints userHints, Hints.Key key) Returns the boolean value for the specified hint.static ReferencingFactoryContainer
Creates an instance from the specified hints.Constructors in org.geotools.referencing.factory with parameters of type HintsModifierConstructorDescriptionAbstract_URI_AuthorityFactory
(Hints userHints, String hintsAuthority) Creates a wrapper using the specified hints.protected
AbstractAuthorityMediator
(int priority, Hints hints) Constructs an instance making use of the default cache.protected
AbstractAuthorityMediator
(Hints hints) Constructs an instance based on the provided Hintsprotected
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.protected
AuthorityFactoryAdapter
(String authority, Hints userHints) Creates a wrappers around the default factories for the specified authority.protected
DeferredAuthorityFactory
(Hints userHints, int priority) Constructs an instance without initial backing store.protected
DeferredAuthorityFactory
(Hints userHints, int priority, int maxStrongReferences) Constructs an instance without initial backing store.protected
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
(String authority, Hints userHints, AxisDirection... axisOrder) Creates a factory which will reorder the axis of all objects created by the default authority factories.OrderedAxisAuthorityFactory
(AbstractAuthorityFactory factory, Hints userHints, AxisDirection... axisOrder) Creates a factory which will reorder the axis of all objects created by the supplied factory.OrderedAxisCRSAuthorityFactory
(String authority, Hints userHints, AxisDirection... axisOrder) Creates a factory which will reorder the axis of all objects created by the default authority factories.OrderedAxisCRSAuthorityFactory
(AbstractAuthorityFactory factory, Hints userHints, AxisDirection... axisOrder) Creates a factory which will reorder the axis of all objects created by the supplied factory.ReferencingFactoryContainer
(Hints userHints) Creates an instance from the specified hints.ReferencingObjectFactory
(Hints hints) Constructs a factory with the specified hints.protected
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 HintsModifier and TypeMethodDescriptionprotected AbstractAuthorityFactory
ThreadedEpsgFactory.createBackingStore
(Hints hints) Creates the backing store for the specified data source.Constructors in org.geotools.referencing.factory.epsg with parameters of type HintsModifierConstructorDescriptionAbstractEpsgFactory
(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.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.FactoryUsingAnsiSQL
(Hints userHints, Connection connection) Constructs an authority factory using the specified connection.FactoryUsingAnsiSQL
(Hints userHints, DataSource dataSource) Constructs an authority factory using the specified source.FactoryUsingSQL
(Hints userHints, Connection connection) Constructs an authority factory using the specified connection.FactoryUsingSQL
(Hints userHints, DataSource dataSource) 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.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. -
Uses of Hints in org.geotools.referencing.factory.epsg.hsql
Methods in org.geotools.referencing.factory.epsg.hsql with parameters of type HintsModifier and TypeMethodDescriptionprotected AbstractAuthorityFactory
ThreadedHsqlEpsgFactory.createBackingStore
(Hints hints) Returns the backing-store factory for HSQL syntax.static DataSource
HsqlEpsgDatabase.createDataSource
(Hints hints) Constructors in org.geotools.referencing.factory.epsg.hsql with parameters of type HintsModifierConstructorDescriptionHsqlDialectEpsgMediator
(int priority, Hints hints, DataSource datasource) HsqlDialectEpsgMediator
(Hints hints) Creates a new instance of this data source using the specified hints.ThreadedHsqlEpsgFactory
(Hints hints) Creates a new instance of this data source using the specified hints. -
Uses of Hints in org.geotools.referencing.factory.wms
Constructors in org.geotools.referencing.factory.wms with parameters of type HintsModifierConstructorDescriptionAutoCRSFactory
(Hints hints) Constructs a factory for theAUTO
authority using the specified hints.WebCRSFactory
(Hints hints) Constructs a factory for theCRS
authority using the specified hints. -
Uses of Hints in org.geotools.referencing.iau
Constructors in org.geotools.referencing.iau with parameters of type HintsModifierConstructorDescriptionIAUAuthorityFactory
(Hints hints) Constructs an authority factory using a set of factories created from the specified hints.IAULongitudeFirstFactory
(Hints userHints) Creates a factory from the specified set of hints. -
Uses of Hints in org.geotools.referencing.operation
Constructors in org.geotools.referencing.operation with parameters of type HintsModifierConstructorDescriptionAbstractCoordinateOperationFactory
(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 HintsModifierConstructorDescriptionMathTransformBuilder
(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 HintsModifier and TypeMethodDescriptionstatic 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 HintsModifierConstructorDescriptionDimensionFilter
(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 HintsModifier and TypeMethodDescriptionBaseCoverageProcessingNode.getHints()
Getter forHints
.CoverageProcessingNode.getHints()
Getter forHints
.StyleVisitorCoverageProcessingNodeAdapter.getHints()
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type HintsModifier and TypeMethodDescriptionstatic GridCoverage2D
GridCoverageRendererUtilities.affine
(GridCoverage2D coverage, Interpolation interpolation, AffineTransform affineTransform, double[] bkgValues, boolean useInputSampleDimensions, GridCoverageFactory gridCoverageFactory, Hints hints) Apply an affineTransformation to a GridCoveragestatic GridCoverage2D
GridCoverageRendererUtilities.crop
(GridCoverage2D coverage, GeneralBounds destinationEnvelope, boolean doReprojection, double[] backgroundValues, Hints hints) Crop a coverage on a specified destination Envelopestatic List<GridCoverage2D>
GridCoverageRendererUtilities.forceToValidBounds
(List<GridCoverage2D> coverages, ProjectionHandler handler, double[] bgValues, CoordinateReferenceSystem targetCRS, Hints hints) Forces an input list of coverages to the valid bounds of the provided target CRS, when a reprojection is needed, using a ProjectionHandler.static GridCoverage2D
GridCoverageRendererUtilities.mosaicSorted
(List<GridCoverage2D> coverages, GeneralBounds destinationEnvelope, double[] bgValues, Hints hints) Mosaic coverages with a preliminary sorting by sizestatic List<GridCoverage2D>
GridCoverageRendererUtilities.reproject
(List<GridCoverage2D> coverages, CoordinateReferenceSystem destinationCRS, Interpolation interpolation, GeneralBounds destinationEnvelope, double[] bkgValues, GridCoverageFactory gridCoverageFactory, Hints hints) Reproject the specified list of coveragesstatic GridCoverage2D
GridCoverageRendererUtilities.reproject
(GridCoverage2D coverage, CoordinateReferenceSystem destinationCRS, Interpolation interpolation, GeneralBounds destinationEnvelope, double[] bkgValues, GridCoverageFactory gridCoverageFactory, Hints hints) Reproject a coverage to the specified destination, eventually adding a ROI if missingConstructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type HintsModifierConstructorDescriptionBaseCoverageProcessingNode
(int maxSources, Hints hints, InternationalString name, InternationalString description) Default constructor that gives users the possibilityGridCoverageReaderHelper
(GridCoverage2DReader reader, Rectangle mapRasterArea, ReferencedEnvelope mapExtent, Interpolation interpolation, Hints hints) RasterSymbolizerHelper
(GridCoverage2D sourceCoverage, Hints hints) StyleVisitorCoverageProcessingNodeAdapter
(int maxSources, Hints hints, InternationalString name, InternationalString description) Default constructor that gives users the possibilitySubchainStyleVisitorCoverageProcessingAdapter
(int maxSources, Hints hints, InternationalString name, InternationalString description) ZeroImageNode
(Hints hints) -
Uses of Hints in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type HintsModifier and TypeMethodDescriptionstatic Iterator<ExternalGraphicFactory>
DynamicSymbolFactoryFinder.getExternalGraphicFactories
(Hints hints) Finds all implementations ofExternalGraphicFactory
which have registered using the services mechanism.static Iterator<MarkFactory>
DynamicSymbolFactoryFinder.getMarkFactories
(Hints hints) Finds all implementations ofMarkFactory
which have registered using the services mechanism. -
Uses of Hints in org.geotools.temporal
Methods in org.geotools.temporal with parameters of type HintsModifier and TypeMethodDescriptionTemporalConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) -
Uses of Hints in org.geotools.tpk
Methods in org.geotools.tpk with parameters of type HintsModifier and TypeMethodDescriptionboolean
Constructors in org.geotools.tpk with parameters of type Hints -
Uses of Hints in org.geotools.util
Methods in org.geotools.util with parameters of type HintsModifier and TypeMethodDescriptionstatic <T> T
Converts an object of a particular type into an object of a different type.static <K,
V> ObjectCache<K, V> Utility method used to produce cache based on provide HintConverterFactory.createConverter
(Class<?> source, Class<?> target, Hints hints) Creates aConverter
instance for converting one type of object to another.static Set<ConverterFactory>
Converters.getConverterFactories
(Hints hints) Returns a set of all available implementations for theConverterFactory
interface. -
Uses of Hints in org.geotools.util.factory
Fields in org.geotools.util.factory declared as HintsModifier and TypeFieldDescriptionstatic final Hints
FactoryFinder.EMPTY_HINTS
A set of empty hints, which exclude any system hints.Methods in org.geotools.util.factory that return HintsModifier and TypeMethodDescriptionstatic Hints
GeoTools.addDefaultHints
(Hints hints) Used to combine provided hints with global GeoTools defaults.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.util.factory with parameters of type HintsModifier and TypeMethodDescriptionstatic Hints
GeoTools.addDefaultHints
(Hints hints) Used to combine provided hints with global GeoTools defaults.protected <T> T
FactoryCreator.createFactory
(Class<T> category, Class<?> implementation, Hints hints) Creates a new instance of the specified factory using the specified hints.static EntityResolver
GeoTools.getEntityResolver
(Hints hints) Returns the default entity resolver, used to configureSAXParser
.<T> Stream<T>
FactoryRegistry.getFactories
(Class<T> category, Predicate<? super T> filter, Hints hints) Returns the factories in the registry for the specified category, filter and hints.<T> T
FactoryCreator.getFactory
(Class<T> category, Predicate<? super T> filter, Hints hints, Hints.Key key) Factory for the specified category, using the specified map of hints (if any).<T> T
FactoryRegistry.getFactory
(Class<T> category, Predicate<? super T> filter, Hints hints, Hints.Key key) Returns the first factory in the registry for the specified category, using the specified map of hints (if any).static void
Initializes GeoTools for use.protected <T> boolean
FactoryRegistry.isAcceptable
(T factory, Class<T> category, Hints hints) Returnstrue
if the specifiedfactory
meets the requirements specified by a map ofhints
.static Hints
FactoryFinder.mergeSystemHints
(Hints hints) Returns new hints that combine user supplied hints with the defaults hints.double
Returns the value from the specified hints as a double.int
Returns the value from the specified hints as an integer. -
Uses of Hints in org.geotools.vsi
Methods in org.geotools.vsi with parameters of type HintsConstructors in org.geotools.vsi with parameters of type Hints -
Uses of Hints in org.geotools.xml
Methods in org.geotools.xml with parameters of type HintsModifier and TypeMethodDescriptionXmlConverterFactory.createConverter
(Class source, Class target, Hints hints) -
Uses of Hints in org.h2gis.geotools
Methods in org.h2gis.geotools with parameters of type HintsModifier and TypeMethodDescriptionH2GISDialect.decodeGeometryValue
(GeometryDescriptor gd, ResultSet rs, String column, GeometryFactory gf, Connection cnctn, Hints hints) H2GISPSDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints) H2GISPSDialect.decodeGeometryValue
(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) void
H2GISDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) void
H2GISPSDialect.encodeGeometryColumn
(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)