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.
Generic GeoTools DataStore abstractions for tiled vector data sources.
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 HintsQuery.hintsThe 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 TypeMethodDescriptionvoidJoiningJDBCFeatureSource.encodeColumnName(String colName, String typeName, StringBuffer sql, Hints hints) Encode column name with table name included.voidJoiningJDBCFeatureSource.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 voidJoiningJDBCFeatureSource.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 theGridCoverageFactoryinterface.static GridCoverageFactoryCoverageFactoryFinder.getGridCoverageFactory(Hints hints) Returns the first implementation ofGridCoverageFactorymatching the specified hints. -
Uses of Hints in org.geotools.coverage.grid
Constructors in org.geotools.coverage.grid with parameters of type HintsModifierConstructorDescriptionprotectedGridCoverage2D(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 HintsAbstractGridCoverage2DReader.hintsHints used by theAbstractGridCoverage2DReadersubclasses.protected HintsAbstractGridCoverageWriter.hintsHints to be used for the writing process.Methods in org.geotools.coverage.grid.io with parameters of type HintsModifier and TypeMethodDescriptionabstract booleanTells me if thisFormatcan read the providedinput.booleanstatic AbstractGridFormatGridFormatFinder.findFormat(Object o, Hints hints) Returns aFormatthat is able to read a certain object.static Set<AbstractGridFormat>GridFormatFinder.findFormats(Object o, Hints hints) abstract AbstractGridCoverage2DReaderGets aGridCoverageReaderfor this format able to create coverages out of thesourceobject using the providedhints.abstract GridCoverageWriterCall the accepts() method before asking for a writer to determine if the current object is supported.Harvests the specified source into the reader.default intGranuleStore.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).intRenamingGranuleStore.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 RenderedImageReadType.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 aCoverageSourceto access a Named Coverage.Driver.access(Driver.DriverCapabilities opreation, Map<String, Serializable> params, Hints hints, ProgressListener listener) Simone: Returnnullin case the delete succeds.booleanCoverageAccess.canCreate(Name name, Map<String, Serializable> params, Hints hints, ProgressListener listener) Test to see if this coverage access is suitable for creating aCoverageStorereferred by Name, with the specified set of parameters.booleanTest to see if this coverage access is suitable for deleting aCoverageSourcereferred by Name, with the specified set of parameters.CoverageAccess.create(Name name, Map<String, Serializable> params, Hints hints, ProgressListener listener) Create aCoverageStorewith the specified name.booleanAsks thisCoverageAccessto entirely remove a certain Coverage from the availableCoverageSources.FileDriver.process(Driver.DriverCapabilities operation, URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) abstract RenderedImageReadType.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) booleanDefaultCoverageAccess.canCreate(Name name, Map<String, Serializable> params, Hints hints, ProgressListener listener) booleanstatic CoverageAccessCoverageIO.connect(Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccessDefaultDriver.connect(Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccessDefaultFileDriver.connect(URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccessDefaultFileDriver.connect(Map<String, Serializable> params, Hints hints, ProgressListener listener) DefaultCoverageAccess.create(Name name, Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccessDefaultDriver.create(Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccessDefaultFileDriver.create(URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccessDefaultFileDriver.create(Map<String, Serializable> params, Hints hints, ProgressListener listener) booleanprotected CoverageAccessDefaultDriver.delete(Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccessDefaultFileDriver.delete(URL url, Map<String, Serializable> params, Hints hints, ProgressListener listener) protected CoverageAccessDefaultFileDriver.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 HintsModifierConstructorDescriptionprotectedDefaultDriver(String name, String description, String title, EnumSet<Driver.DriverCapabilities> driverCapabilities, Hints implementationHints) protectedDefaultFileDriver(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 TypeMethodDescriptionbooleanNetCDFAccess.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) booleanConstructors 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 CoordinateReferenceSystemUtilities.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 HintsCoverageProcessor.hintsThe rendering hints for ImageN operations (nevernull).final HintsOperationJAI.Parameters.hintsThe rendering hints to be given to theJAI#createNSmethod.Methods in org.geotools.coverage.processing with parameters of type HintsModifier and TypeMethodDescriptionabstract CoverageAbstractOperation.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 GridCoverageFactoryOperation2D.getFactory(Hints hints) Returns the factory to use for creating newGridCoverage2Dobjects.static CoverageProcessorCoverageProcessor.getInstance(Hints hints) Returns a default processor instance.protected voidOperationJAI.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 HintsMosaic.Params.hintsThe rendering hints to be given to theJAI#createNSmethod.Methods in org.geotools.coverage.processing.operation with parameters of type HintsModifier and TypeMethodDescriptionstatic GridCoverage2DRIAGridCoverage2DRIA.create(GridCoverage2D src, GridCoverage2D dst, double[] nodata, Hints hints, ROI roi) Wrap the src coverage in the dst layout.static GridCoverage2DRIAGridCoverage2DRIA.create(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints) static GridCoverage2DRIAGridCoverage2DRIA.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.ResampledRastersMosaic.GridGeometryPolicy.resampleGridGeometry(GridCoverage2D[] sources, GridCoverage2D[] alphas, GridGeometry2D external, ParameterValueGroup parameters, Hints hints) Method for resampling the inputGridCoverage2Dobjects.Constructors in org.geotools.coverage.processing.operation with parameters of type HintsModifierConstructorDescriptionprotectedGridCoverage2DRIA(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 HintsModifierConstructorDescriptionprotectedBaseGridCoverage2DReader(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 TypeMethodDescriptionbooleanConstructors in org.geotools.coverageio.gdal with parameters of type HintsModifierConstructorDescriptionprotectedBaseGDALGridCoverage2DReader(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 aJP2ECWReaderbasing 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 aJP2KReaderbasing 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 aJP2MrSIDReaderbasing 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 TypeMethodDescriptionbooleanConstructors 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) voidDB2SQLDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) voidDB2SQLDialectBasic.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) voidDB2SQLDialectPrepared.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) voidDuckDBDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) protected voidDuckDBDialect.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 TypeMethodDescriptionvoidGeoParquetDialect.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) voidHanaDialect.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) voidInformixDialect.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) voidMySQLDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) voidMySQLDialectBasic.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) voidMySQLDialectPrepared.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) voidPostGISDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) voidPostGISPSDialect.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) voidSingleStoreDialectBasic.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) voidSingleStoreDialectPrepared.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) voidSQLServerDialect.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 HintsBasicFactories.hintsThe hints to be used for all factory creation.Methods in org.geotools.factory with parameters of type HintsModifier and TypeMethodDescriptionstatic FeatureFactoryCommonFactoryFinder.getFeatureFactory(Hints hints) Return an implementation ofFeatureFactorymatching the specified hint FEATURE_FACTORY.static FeatureTypeFactoryCommonFactoryFinder.getFeatureTypeFactory(Hints hints) Return the first implementation ofFeatureTypeFactorymatching the specified hints.static Set<FileDataStoreFactorySpi>CommonFactoryFinder.getFileDataStoreFactories(Hints hints) Returns a set of all available implementations for theFileDataStoreFactorySpiinterface.static Set<FilterFactory>CommonFactoryFinder.getFilterFactories(Hints hints) Returns a set of all available implementations for theFilterFactoryinterface.static FilterFactoryCommonFactoryFinder.getFilterFactory(Hints hints) Returns the first implementation ofFilterFactorymatching 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 theFunctioninterface.static Set<StyleFactory>CommonFactoryFinder.getStyleFactories(Hints hints) Returns a set of all available implementations for theStyleFactoryinterface.static StyleFactoryCommonFactoryFinder.getStyleFactory(Hints hints) Returns the first implementation ofStyleFactorymatching 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 ofPropertyAccessorfor 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 TypeMethodDescriptionbooleanConstructors 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 TypeMethodDescriptionbooleanCurrently, we only accept files, and we open the file to verify that it has a GeoKeyDirectory tag.Ifsourceis 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 TypeMethodDescriptionbooleanTakes 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 aWorldImageReaderin case the providedesourcecan 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 HintsGranuleDescriptor.EXCLUDE_MOSAICHints to use for avoiding to search for the ImageMosaic formatstatic final HintsUtils.EXCLUDE_MOSAIC_HINTSHints to use for avoiding to search for the imagemosaic formatprotected HintsDefaultGranuleAccessProvider.hintsMethods in org.geotools.gce.imagemosaic that return HintsModifier and TypeMethodDescriptionRasterLayerResponse.getHints()RasterManager.getHints()static HintsUtils.setupJAIHints(RenderingHints inputHints) Methods in org.geotools.gce.imagemosaic with parameters of type HintsModifier and TypeMethodDescriptionbooleanRasterManager.getGranuleSource(boolean readOnly, Hints hints) protected voidGranuleDescriptor.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.voidDefaultGranuleAccessProvider.update(GranuleDescriptor granuleDescriptor, Hints hints) voidGranuleDescriptorModifier.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 theGranuleDescriptorGranuleLoader(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 HintsGranuleCatalog.hintsprotected HintsGranuleCatalogSource.hintsMethods in org.geotools.gce.imagemosaic.catalog that return HintsMethods in org.geotools.gce.imagemosaic.catalog with parameters of type HintsModifier and TypeMethodDescriptionstatic MultiLevelROIProviderMultiLevelROIProviderMosaicFactory.createFootprintProvider(File mosaicFolder, Hints hints) Builds a footprint provider from mosaic locationstatic GranuleCatalogGranuleCatalogFactory.createGranuleCatalog(URL sourceURL, CatalogConfigurationBeans configurations, Properties overrideParams, Hints hints) static GranuleCatalogGranuleCatalogFactory.createGranuleCatalog(Properties params, CatalogConfigurationBeans configurations, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints) intGranuleCatalogStore.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 TypeMethodDescriptionbooleanRetrieves 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 TypeMethodDescriptionbooleanConstructors 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 fromsourceCRStotargetCRS. -
Uses of Hints in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts with parameters of type HintsModifier and TypeMethodDescriptionstatic CoordinateSequenceFactoryJTSFactoryFinder.getCoordinateSequenceFactory(Hints hints) Returns the first implementation ofCoordinateSequenceFactorymatching the specified hints.static GeometryFactoryJTSFactoryFinder.getGeometryFactory(Hints hints) Returns the first implementation ofGeometryFactorymatching the specified hints.static PrecisionModelJTSFactoryFinder.getPrecisionModel(Hints hints) Returns the first implementation ofPrecisionModelmatching 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 TypeMethodDescriptionbooleanConstructors 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 HTTPClientAbstractHTTPClientFactory.applyLogging(HTTPClient client, Hints hints) Wraps client with a LoggingHTTPClient if the HTTP_LOGGING hint is set.final booleanAbstractHTTPClientFactory.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.booleanHTTPClientFactory.canProcess(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) Method used to check if client in Hints can be createdfinal HTTPClientAbstractHTTPClientFactory.createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) HTTPClientFactory.createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) Called by HTTPFactoryFinder to create clientstatic HTTPClientHTTPClientFinder.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 RenderedImageImageUtilities.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 HintsVirtualTable.setKeepWhereClausePlaceHolderHint(Query query) If the provided query has a filter of a where clause place holder exists it will be preserved.static HintsVirtualTable.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 GeometrySQLDialect.decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints) Decodes a geometry value from the result of a query.voidJDBCDataStore.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 namevoidJDBCDataStore.encodeGeometryColumn(GeometryDescriptor gatt, StringBuffer sql, Hints hints) Encoding a geometry column with respect to hints Supported Hints are provided bySQLDialect.addSupportedHints(Set)protected voidJDBCDataStore.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, StringBuffer sql, Hints hints) voidSQLDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) Encodes the name of a geometry column in a SELECT statement.voidJDBCDataStore.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.GroupByRawResultJDBCDataStore.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 booleanJDBCDataStore.isGeneralizationRequired(Hints hints, GeometryDescriptor gatt) Checks if geometry generalization required and makes senseprotected booleanJDBCDataStore.isGeometryReduceRequired(Hints hints, GeometryDescriptor gatt, Hints.Key param) Checks if reduction required and makes senseprotected booleanJDBCDataStore.isSimplificationRequired(Hints hints, GeometryDescriptor gatt) Checks if geometry simplification required and makes sensestatic HintsVirtualTable.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 TypeMethodDescriptionbooleanConstructors 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 theCoordinateOperationAuthorityFactoryinterface.ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory(String authority, Hints hints) Returns the first implementation ofCoordinateOperationAuthorityFactorymatching the specified hints.static Set<CoordinateOperationFactory>ReferencingFactoryFinder.getCoordinateOperationFactories(Hints hints) Returns a set of all available implementations for theCoordinateOperationFactoryinterface.static CoordinateOperationFactoryReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints) Returns the first implementation ofCoordinateOperationFactorymatching the specified hints.static Set<CRSAuthorityFactory>ReferencingFactoryFinder.getCRSAuthorityFactories(Hints hints) Returns a set of all available implementations for theCRSAuthorityFactoryinterface.static CRSAuthorityFactoryReferencingFactoryFinder.getCRSAuthorityFactory(String authority, Hints hints) Returns the first implementation ofCRSAuthorityFactorymatching the specified hints.static Set<CRSFactory>ReferencingFactoryFinder.getCRSFactories(Hints hints) Returns a set of all available implementations for theCRSFactoryinterface.static CRSFactoryReferencingFactoryFinder.getCRSFactory(Hints hints) Returns the first implementation ofCRSFactorymatching the specified hints.static Set<CSAuthorityFactory>ReferencingFactoryFinder.getCSAuthorityFactories(Hints hints) Returns a set of all available implementations for theCSAuthorityFactoryinterface.static CSAuthorityFactoryReferencingFactoryFinder.getCSAuthorityFactory(String authority, Hints hints) Returns the first implementation ofCSAuthorityFactorymatching the specified hints.ReferencingFactoryFinder.getCSFactories(Hints hints) Returns a set of all available implementations for theCSFactoryinterface.static CSFactoryReferencingFactoryFinder.getCSFactory(Hints hints) Returns the first implementation ofCSFactorymatching the specified hints.static Set<DatumAuthorityFactory>ReferencingFactoryFinder.getDatumAuthorityFactories(Hints hints) Returns a set of all available implementations for theDatumAuthorityFactoryinterface.static DatumAuthorityFactoryReferencingFactoryFinder.getDatumAuthorityFactory(String authority, Hints hints) Returns the first implementation ofDatumAuthorityFactorymatching the specified hints.static Set<DatumFactory>ReferencingFactoryFinder.getDatumFactories(Hints hints) Returns a set of all available implementations for theDatumFactoryinterface.static DatumFactoryReferencingFactoryFinder.getDatumFactory(Hints hints) Returns the first implementation ofDatumFactorymatching the specified hints.static Set<GridShiftLocator>ReferencingFactoryFinder.getGridShiftLocators(Hints hints) Returns a set of all available implementations for theGridShiftLocatorinterface.static Set<MathTransformFactory>ReferencingFactoryFinder.getMathTransformFactories(Hints hints) Returns a set of all available implementations for theMathTransformFactoryinterface.static MathTransformFactoryReferencingFactoryFinder.getMathTransformFactory(Hints hints) Returns the first implementation ofMathTransformFactorymatching 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 AbstractAuthorityFactoryThreadedPostgreSQLEpsgFactory.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 booleanOrderedAxisCRSAuthorityFactory.booleanValue(Hints userHints, Hints.Key key) Returns the boolean value for the specified hint.static ReferencingFactoryContainerCreates 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.protectedAbstractAuthorityMediator(int priority, Hints hints) Constructs an instance making use of the default cache.protectedAbstractAuthorityMediator(Hints hints) Constructs an instance based on the provided HintsprotectedAbstractCachedAuthorityFactory(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.protectedAuthorityFactoryAdapter(String authority, Hints userHints) Creates a wrappers around the default factories for the specified authority.protectedDeferredAuthorityFactory(Hints userHints, int priority) Constructs an instance without initial backing store.protectedDeferredAuthorityFactory(Hints userHints, int priority, int maxStrongReferences) Constructs an instance without initial backing store.protectedDirectAuthorityFactory(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.protectedTransformedAuthorityFactory(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 AbstractAuthorityFactoryThreadedEpsgFactory.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 AbstractAuthorityFactoryThreadedHsqlEpsgFactory.createBackingStore(Hints hints) Returns the backing-store factory for HSQL syntax.static DataSourceHsqlEpsgDatabase.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 theAUTOauthority using the specified hints.WebCRSFactory(Hints hints) Constructs a factory for theCRSauthority using the specified hints.WebCRSFactory(Hints hints, int priority) Constructs a factory for theCRSauthority 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 DimensionFilterDimensionFilter.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 GridCoverage2DGridCoverageRendererUtilities.affine(GridCoverage2D coverage, Interpolation interpolation, AffineTransform affineTransform, double[] bkgValues, boolean useInputSampleDimensions, GridCoverageFactory gridCoverageFactory, Hints hints) Apply an affineTransformation to a GridCoveragestatic GridCoverage2DGridCoverageRendererUtilities.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 GridCoverage2DGridCoverageRendererUtilities.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 GridCoverage2DGridCoverageRendererUtilities.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 ofExternalGraphicFactorywhich have registered using the services mechanism.static Iterator<MarkFactory>DynamicSymbolFactoryFinder.getMarkFactories(Hints hints) Finds all implementations ofMarkFactorywhich 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 TypeMethodDescriptionbooleanConstructors 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> TConverts 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 aConverterinstance for converting one type of object to another.static Set<ConverterFactory>Converters.getConverterFactories(Hints hints) Returns a set of all available implementations for theConverterFactoryinterface. -
Uses of Hints in org.geotools.util.factory
Fields in org.geotools.util.factory declared as HintsModifier and TypeFieldDescriptionstatic final HintsFactoryFinder.EMPTY_HINTSA set of empty hints, which exclude any system hints.Methods in org.geotools.util.factory that return HintsModifier and TypeMethodDescriptionstatic HintsGeoTools.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 HintsGeoTools.getDefaultHints()Returns the default set of hints used for the various utility classes.static HintsFactoryFinder.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 HintsGeoTools.addDefaultHints(Hints hints) Used to combine provided hints with global GeoTools defaults.protected <T> TFactoryCreator.createFactory(Class<T> category, Class<?> implementation, Hints hints) Creates a new instance of the specified factory using the specified hints.static EntityResolverGeoTools.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> TFactoryCreator.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> TFactoryRegistry.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 voidInitializes GeoTools for use.protected <T> booleanFactoryRegistry.isAcceptable(T factory, Class<T> category, Hints hints) Returnstrueif the specifiedfactorymeets the requirements specified by a map ofhints.static HintsFactoryFinder.mergeSystemHints(Hints hints) Returns new hints that combine user supplied hints with the defaults hints.doubleReturns the value from the specified hints as a double.intReturns the value from the specified hints as an integer. -
Uses of Hints in org.geotools.vectortiles.store
Methods in org.geotools.vectortiles.store with parameters of type HintsModifier and TypeMethodDescriptionRelaxedSimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints) VectorTilesFeaturePropertyAccessorFactory.createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints) Returns aPropertyAccessorthat can handleVectorTile.Layer.Feature, and is used to pre-filter vector tiles features before converting them toSimpleFeature. -
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) voidH2GISDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql) voidH2GISPSDialect.encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)