Uses of Class
org.geotools.util.factory.Hints
- 
- 
Uses of Hints in org.geotools.api.dataFields in org.geotools.api.data declared as Hints Modifier and Type Field Description protected HintsQuery. hintsThe hints to be used during query executionMethods in org.geotools.api.data that return Hints Modifier and Type Method Description HintsQuery. getHints()Get hints that have been set to control the query execution.Methods in org.geotools.api.data with parameters of type Hints Modifier and Type Method Description voidQuery. setHints(Hints hints)Set hints to control the query execution.
- 
Uses of Hints in org.geotools.appschema.filter.expressionMethods in org.geotools.appschema.filter.expression with parameters of type Hints Modifier and Type Method Description PropertyAccessorXmlXPathPropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
- 
Uses of Hints in org.geotools.appschema.jdbcMethods in org.geotools.appschema.jdbc with parameters of type Hints Modifier and Type Method Description voidJoiningJDBCFeatureSource. 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.coverageMethods in org.geotools.coverage with parameters of type Hints Modifier and Type Method Description static 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.gridConstructors in org.geotools.coverage.grid with parameters of type Hints Constructor Description 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.ioFields in org.geotools.coverage.grid.io declared as Hints Modifier and Type Field Description protected 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 Hints Modifier and Type Method Description abstract booleanAbstractGridFormat. accepts(Object source, Hints hints)Tells me if thisFormatcan read the providedinput.booleanUnknownFormat. accepts(Object input, Hints hints)static 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 AbstractGridCoverage2DReaderAbstractGridFormat. getReader(Object source, Hints hints)Gets aGridCoverageReaderfor this format able to create coverages out of thesourceobject using the providedhints.AbstractGridCoverage2DReaderUnknownFormat. getReader(Object source, Hints hints)abstract GridCoverageWriterAbstractGridFormat. getWriter(Object destination, Hints hints)Call the accepts() method before asking for a writer to determine if the current object is supported.GridCoverageWriterUnknownFormat. getWriter(Object destination, Hints hints)List<HarvestedSource>StructuredGridCoverage2DReader. harvest(String defaultTargetCoverage, Object source, Hints hints)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 Hints Constructor Description AbstractGridCoverage2DReader(Object input, Hints hints)Creates a new instance of aAIGReader.
- 
Uses of Hints in org.geotools.coverage.grid.io.imageioMethods in org.geotools.coverage.grid.io.imageio with parameters of type Hints Modifier and Type Method Description 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.
- 
Uses of Hints in org.geotools.coverage.grid.io.imageio.geotiffConstructors in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type Hints Constructor Description GeoTiffMetadata2CRSAdapter(Hints hints)Creates a new instance of GeoTiffMetadata2CRSAdapter
- 
Uses of Hints in org.geotools.coverage.ioMethods in org.geotools.coverage.io that return Hints Modifier and Type Method Description HintsCoverageRequest. getHints()Specifies some hints to drive the query execution and results build-up.Methods in org.geotools.coverage.io with parameters of type Hints Modifier and Type Method Description CoverageSourceCoverageAccess. access(Name name, Map<String,Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener)Retrieve aCoverageSourceto access a Named Coverage.CoverageAccessDriver. 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.booleanCoverageAccess. canDelete(Name name, Map<String,Serializable> params, Hints hints)Test to see if this coverage access is suitable for deleting aCoverageSourcereferred by Name, with the specified set of parameters.CoverageStoreCoverageAccess. create(Name name, Map<String,Serializable> params, Hints hints, ProgressListener listener)Create aCoverageStorewith the specified name.booleanCoverageAccess. delete(Name name, Map<String,Serializable> params, Hints hints)Asks thisCoverageAccessto entirely remove a certain Coverage from the availableCoverageSources.CoverageAccessFileDriver. 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.voidCoverageRequest. setHints(Hints hints)
- 
Uses of Hints in org.geotools.coverage.io.gribMethods in org.geotools.coverage.io.grib with parameters of type Hints Modifier and Type Method Description booleanGRIBFormat. accepts(Object source, Hints hints)
- 
Uses of Hints in org.geotools.coverage.io.implMethods in org.geotools.coverage.io.impl with parameters of type Hints Modifier and Type Method Description CoverageSourceDefaultCoverageAccess. access(Name name, Map<String,Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener)CoverageAccessDefaultDriver. access(Driver.DriverCapabilities operation, Map<String,Serializable> params, Hints hints, ProgressListener listener)booleanDefaultCoverageAccess. canCreate(Name name, Map<String,Serializable> params, Hints hints, ProgressListener listener)booleanDefaultCoverageAccess. canDelete(Name name, Map<String,Serializable> params, Hints hints)static 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)CoverageStoreDefaultCoverageAccess. 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)booleanDefaultCoverageAccess. delete(Name name, Map<String,Serializable> params, Hints hints)protected 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)CoverageAccessDefaultFileDriver. 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 Hints Constructor Description DefaultDriver(String name, String description, String title, EnumSet<Driver.DriverCapabilities> driverCapabilities, Hints implementationHints)DefaultFileDriver(String name, String description, String title, Hints implementationHints, List<String> fileExtensions, EnumSet<Driver.DriverCapabilities> driverCapabilities)
- 
Uses of Hints in org.geotools.coverage.io.netcdfMethods in org.geotools.coverage.io.netcdf with parameters of type Hints Modifier and Type Method Description booleanNetCDFFormat. accepts(Object source, Hints hints)CoverageSourceNetCDFAccess. access(Name name, Map<String,Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener)CoverageAccessNetCDFDriver. connect(URL source, Map<String,Serializable> params, Hints hints, ProgressListener listener)CoverageAccessNetCDFDriver. connect(Map<String,Serializable> params, Hints hints, ProgressListener listener)booleanNetCDFAccess. delete(Name name, Map<String,Serializable> params, Hints hints)AbstractGridCoverage2DReaderNetCDFFormat. getReader(Object source, Hints hints)GridCoverageWriterNetCDFFormat. getWriter(Object destination, Hints hints)List<HarvestedSource>NetCDFReader. harvest(String defaultCoverage, Object source, Hints hints)Constructors in org.geotools.coverage.io.netcdf with parameters of type Hints Constructor Description NetCDFReader(Object input, Hints uHints)
- 
Uses of Hints in org.geotools.coverage.io.netcdf.crsConstructors in org.geotools.coverage.io.netcdf.crs with parameters of type Hints Constructor Description NetCDFCRSAuthorityFactory(Hints userHints)NetCDFCRSAuthorityFactory(Hints userHints, int priority)
- 
Uses of Hints in org.geotools.coverage.io.utilMethods in org.geotools.coverage.io.util with parameters of type Hints Modifier and Type Method Description static 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.processingFields in org.geotools.coverage.processing declared as Hints Modifier and Type Field Description protected HintsCoverageProcessor. hintsThe rendering hints for JAI operations (nevernull).HintsOperationJAI.Parameters. hintsThe 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 Hints Modifier and Type Method Description abstract CoverageAbstractOperation. doOperation(ParameterValueGroup parameters, Hints hints)Applies a process operation to a coverage.CoverageCoverageProcessor. doOperation(ParameterValueGroup parameters, Hints hints)Applies a process operation to a coverage.CoverageOperationJAI. 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.operationFields in org.geotools.coverage.processing.operation declared as Hints Modifier and Type Field Description HintsMosaic.Params. hintsThe 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 Hints Modifier and Type Method Description static 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.CoverageBandMerge. doOperation(ParameterValueGroup parameters, Hints hints)CoverageCrop. doOperation(ParameterValueGroup parameters, Hints hints)Applies a crop operation to a coverage.CoverageInterpolate. doOperation(ParameterValueGroup parameters, Hints hints)Applies an interpolation to a grid coverage.CoverageMosaic. doOperation(ParameterValueGroup parameters, Hints hints)CoverageResample. doOperation(ParameterValueGroup parameters, Hints hints)Resamples a grid coverage.CoverageSelectSampleDimension. 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 Hints Constructor Description 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.coverageioConstructors in org.geotools.coverageio with parameters of type Hints Constructor Description BaseGridCoverage2DReader(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi)Creates a new instance of aBaseGridCoverage2DReader.
- 
Uses of Hints in org.geotools.coverageio.gdalMethods in org.geotools.coverageio.gdal with parameters of type Hints Modifier and Type Method Description booleanBaseGDALGridFormat. accepts(Object input, Hints hints)GridCoverageWriterBaseGDALGridFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.coverageio.gdal with parameters of type Hints Constructor Description BaseGDALGridCoverage2DReader(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi)Creates a new instance of aBaseGDALGridCoverage2DReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.aigMethods in org.geotools.coverageio.gdal.aig with parameters of type Hints Modifier and Type Method Description AIGReaderAIGFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.aig with parameters of type Hints Constructor Description AIGReader(Object input, Hints hints)Creates a new instance of aAIGReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.dtedMethods in org.geotools.coverageio.gdal.dted with parameters of type Hints Modifier and Type Method Description DTEDReaderDTEDFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.dted with parameters of type Hints Constructor Description DTEDReader(Object input, Hints hints)Creates a new instance of aDTEDReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.ecwMethods in org.geotools.coverageio.gdal.ecw with parameters of type Hints Modifier and Type Method Description ECWReaderECWFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.ecw with parameters of type Hints Constructor Description ECWReader(Object input, Hints hints)Creates a new instance of aECWReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.ehdrMethods in org.geotools.coverageio.gdal.ehdr with parameters of type Hints Modifier and Type Method Description EsriHdrReaderEsriHdrFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.ehdr with parameters of type Hints Constructor Description EsriHdrReader(Object input, Hints hints)Creates a new instance of aEsriHdrReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.envihdrMethods in org.geotools.coverageio.gdal.envihdr with parameters of type Hints Modifier and Type Method Description EnviHdrReaderEnviHdrFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.envihdr with parameters of type Hints Constructor Description EnviHdrReader(Object input, Hints hints)Creates a new instance of aEnviHdrReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.erdasimgMethods in org.geotools.coverageio.gdal.erdasimg with parameters of type Hints Modifier and Type Method Description ErdasImgReaderErdasImgFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.erdasimg with parameters of type Hints Constructor Description ErdasImgReader(Object input, Hints hints)Creates a new instance of aErdasImgReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.idrisiMethods in org.geotools.coverageio.gdal.idrisi with parameters of type Hints Modifier and Type Method Description IDRISIReaderIDRISIFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.idrisi with parameters of type Hints Constructor Description IDRISIReader(Object input, Hints hints)Creates a new instance of aIDRISIReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.jp2ecwMethods in org.geotools.coverageio.gdal.jp2ecw with parameters of type Hints Modifier and Type Method Description JP2ECWReaderJP2ECWFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.jp2ecw with parameters of type Hints Constructor Description JP2ECWReader(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.jp2kakMethods in org.geotools.coverageio.gdal.jp2kak with parameters of type Hints Modifier and Type Method Description JP2KReaderJP2KFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.jp2kak with parameters of type Hints Constructor Description JP2KReader(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.jp2mrsidMethods in org.geotools.coverageio.gdal.jp2mrsid with parameters of type Hints Modifier and Type Method Description JP2MrSIDReaderJP2MrSIDFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.jp2mrsid with parameters of type Hints Constructor Description JP2MrSIDReader(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.mrsidMethods in org.geotools.coverageio.gdal.mrsid with parameters of type Hints Modifier and Type Method Description MrSIDReaderMrSIDFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.mrsid with parameters of type Hints Constructor Description MrSIDReader(Object input, Hints hints)Creates a new instance of aMrSIDReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.nitfMethods in org.geotools.coverageio.gdal.nitf with parameters of type Hints Modifier and Type Method Description NITFReaderNITFFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.nitf with parameters of type Hints Constructor Description NITFReader(Object input, Hints hints)Creates a new instance of aNITFReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.rpftocMethods in org.geotools.coverageio.gdal.rpftoc with parameters of type Hints Modifier and Type Method Description RPFTOCReaderRPFTOCFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.rpftoc with parameters of type Hints Constructor Description RPFTOCReader(Object input, Hints hints)Creates a new instance of aRPFTOCReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.srpMethods in org.geotools.coverageio.gdal.srp with parameters of type Hints Modifier and Type Method Description SRPReaderSRPFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.srp with parameters of type Hints Constructor Description SRPReader(Object input, Hints hints)Creates a new instance of aSRPReader.
- 
Uses of Hints in org.geotools.coverageio.gdal.vrtMethods in org.geotools.coverageio.gdal.vrt with parameters of type Hints Modifier and Type Method Description VRTReaderVRTFormat. getReader(Object source, Hints hints)Constructors in org.geotools.coverageio.gdal.vrt with parameters of type Hints Constructor Description VRTReader(Object input, Hints hints)Creates a new instance of aVRTReader.
- 
Uses of Hints in org.geotools.coverageio.jp2kMethods in org.geotools.coverageio.jp2k with parameters of type Hints Modifier and Type Method Description booleanJP2KFormat. accepts(Object input, Hints hints)AbstractGridCoverage2DReaderJP2KFormat. getReader(Object source, Hints hints)GridCoverageWriterJP2KFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.coverageio.jp2k with parameters of type Hints Constructor Description JP2KReader(Object source, Hints uHints)Constructor.
- 
Uses of Hints in org.geotools.dataMethods in org.geotools.data with parameters of type Hints Modifier and Type Method Description ObjectGmlObjectStore. getGmlObject(GmlObjectId id, Hints hints)Looks up an object by its gml id.Constructors in org.geotools.data with parameters of type Hints Constructor Description PrjFileReader(ReadableByteChannel channel, Hints hints)Load the index file from the given channel.
- 
Uses of Hints in org.geotools.data.complexMethods in org.geotools.data.complex with parameters of type Hints Modifier and Type Method Description FeatureAppSchemaDataAccess. findFeature(FeatureId id, Hints hints)FeatureDataAccessRegistry. findFeature(FeatureId id, Hints hints)FeatureCollection<FeatureType,Feature>MappingFeatureSource. getFeatures(Filter filter, Hints hints)
- 
Uses of Hints in org.geotools.data.complex.expressionMethods in org.geotools.data.complex.expression with parameters of type Hints Modifier and Type Method Description PropertyAccessorFeaturePropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)PropertyAccessorMapPropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)Creates a property accessor for a particular class.
- 
Uses of Hints in org.geotools.data.db2Methods in org.geotools.data.db2 with parameters of type Hints Modifier and Type Method Description ConverterDB2BlobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterDB2ClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)GeometryDB2SQLDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryDB2SQLDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints)GeometryDB2SQLDialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryDB2SQLDialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints)GeometryDB2SQLDialectPrepared. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryDB2SQLDialectPrepared. 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.duckdbMethods in org.geotools.data.duckdb with parameters of type Hints Modifier and Type Method Description GeometryDuckDBDialect. 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.geoparquetMethods in org.geotools.data.geoparquet with parameters of type Hints Modifier and Type Method Description voidGeoParquetDialect. 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.h2Methods in org.geotools.data.h2 with parameters of type Hints Modifier and Type Method Description ConverterH2ClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)GeometryH2Dialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)GeometryH2DialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)GeometryH2DialectPrepared. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
- 
Uses of Hints in org.geotools.data.hanaMethods in org.geotools.data.hana with parameters of type Hints Modifier and Type Method Description GeometryHanaDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryHanaDialect. 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.converterMethods in org.geotools.data.hana.converter with parameters of type Hints Modifier and Type Method Description ConverterBooleanConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
- 
Uses of Hints in org.geotools.data.informixMethods in org.geotools.data.informix with parameters of type Hints Modifier and Type Method Description GeometryInformixDialect. 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.mysqlMethods in org.geotools.data.mysql with parameters of type Hints Modifier and Type Method Description GeometryMySQLDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints)GeometryMySQLDialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)GeometryMySQLDialectPrepared. 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.oracleMethods in org.geotools.data.oracle with parameters of type Hints Modifier and Type Method Description ConverterOracleBlobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterOracleClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterOracleDateConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterOracleNClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)GeometryOracleDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryOracleDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
- 
Uses of Hints in org.geotools.data.postgisMethods in org.geotools.data.postgis with parameters of type Hints Modifier and Type Method Description ConverterBigDateConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterHStoreConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterSQLArrayConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)GeometryPostGISDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryPostGISDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)GeometryPostGISPSDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryPostGISPSDialect. 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.singlestoreMethods in org.geotools.data.singlestore with parameters of type Hints Modifier and Type Method Description GeometrySingleStoreDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints)GeometrySingleStoreDialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)GeometrySingleStoreDialectPrepared. 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.sqlserverMethods in org.geotools.data.sqlserver with parameters of type Hints Modifier and Type Method Description GeometrySQLServerDialect. 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.jtdsMethods in org.geotools.data.sqlserver.jtds with parameters of type Hints Modifier and Type Method Description ConverterJTDSClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterJTDSDateConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
- 
Uses of Hints in org.geotools.data.teradataMethods in org.geotools.data.teradata with parameters of type Hints Modifier and Type Method Description GeometryTeradataDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
- 
Uses of Hints in org.geotools.data.utilMethods in org.geotools.data.util with parameters of type Hints Modifier and Type Method Description ConverterAbbreviatedTimeUnitConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterArrayConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterBooleanConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterCharsetConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterCollectionConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterColorConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterCommonsConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)Delegates toConvertUtils#lookup(java.lang.Class)to create a converter instance.ConverterComplexAttributeConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterCRSConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)Delegates toConvertUtils#lookup(java.lang.Class)to create a converter instance.ConverterEnumerationConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterGeometryConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterGeometryTypeConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterInterpolationConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)Delegates toConvertUtils#lookup(java.lang.Class)to create a converter instance.ConverterLobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterMeasureConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterNameConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterNumericConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterPercentageConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterQNameConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterReferencedEnvelopeConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterTemporalConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterURConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterUuidConverterFactory. createConverter(Class source, Class target, Hints hints)
- 
Uses of Hints in org.geotools.data.wfs.internalMethods in org.geotools.data.wfs.internal that return Hints Modifier and Type Method Description HintsGetFeatureRequest. getHints()Methods in org.geotools.data.wfs.internal with parameters of type Hints Modifier and Type Method Description voidGetFeatureRequest. setHints(Hints hints)
- 
Uses of Hints in org.geotools.factoryFields in org.geotools.factory declared as Hints Modifier and Type Field Description protected HintsBasicFactories. hintsThe hints to be used for all factory creation.Methods in org.geotools.factory with parameters of type Hints Modifier and Type Method Description static 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.static Set<Function>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.filterFields in org.geotools.filter declared as Hints Modifier and Type Field Description static HintsIsEqualsToImpl. SAFE_CONVERSION_HINTSConstructors in org.geotools.filter with parameters of type Hints Constructor Description AttributeExpressionImpl(String xpath, Hints hints)FilterFactoryImpl(Hints hints)FunctionFinder(Hints hints)
- 
Uses of Hints in org.geotools.filter.expressionMethods in org.geotools.filter.expression with parameters of type Hints Modifier and Type Method Description PropertyAccessorDirectPropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)PropertyAccessorNullPropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)PropertyAccessorPropertyAccessorFactory. createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints)Creates a property accessor for a particular class.PropertyAccessorSimpleFeaturePropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)PropertyAccessorThisPropertyAccessorFactory. 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.geojsonMethods in org.geotools.filter.expression.geojson with parameters of type Hints Modifier and Type Method Description PropertyAccessorJSONNodePropertyAccessorFactory. createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints)
- 
Uses of Hints in org.geotools.gce.arcgridMethods in org.geotools.gce.arcgrid with parameters of type Hints Modifier and Type Method Description booleanArcGridFormat. accepts(Object input, Hints hints)ArcGridReaderArcGridFormat. getReader(Object source, Hints hints)GridCoverageWriterArcGridFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.gce.arcgrid with parameters of type Hints Constructor Description ArcGridReader(Object input, Hints hints)Creates a new instance of an ArcGridReader basing the decision on whether the file is compressed or not.ArcGridWriter(Object destination, Hints hints)Takes either a URL or a String that points to an ArcGridCoverage file and converts it to a URL that can then be written to.
- 
Uses of Hints in org.geotools.gce.geotiffMethods in org.geotools.gce.geotiff with parameters of type Hints Modifier and Type Method Description booleanGeoTiffFormat. accepts(Object o, Hints hints)Currently, we only accept files, and we open the file to verify that it has a GeoKeyDirectory tag.GeoTiffReaderGeoTiffFormat. getReader(Object source, Hints hints)Ifsourceis a file, this will return a reader object.GridCoverageWriterGeoTiffFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.gce.geotiff with parameters of type Hints Constructor Description GeoTiffReader(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.formatMethods in org.geotools.gce.grassraster.format with parameters of type Hints Modifier and Type Method Description booleanGrassCoverageFormat. accepts(Object o, Hints hints)GrassCoverageReaderGrassCoverageFormat. getReader(Object o, Hints hints)GrassCoverageWriterGrassCoverageFormat. getWriter(Object destination, Hints hints)
- 
Uses of Hints in org.geotools.gce.imageMethods in org.geotools.gce.image with parameters of type Hints Modifier and Type Method Description booleanWorldImageFormat. accepts(Object input, Hints hints)Takes the input and determines if it is a class that we can understand and then futher checks the format of the class to make sure we can read/write to it.WorldImageReaderWorldImageFormat. getReader(Object source, Hints hints)Retrieves aWorldImageReaderin case the providedesourcecan be accepted as a valid source for a world image.GridCoverageWriterWorldImageFormat. getWriter(Object destination, Hints hints)Call the accepts() method before asking for a writer to determine if the current object is supported.Constructors in org.geotools.gce.image with parameters of type Hints Constructor Description WorldImageReader(Object input, Hints hints)Class constructor.WorldImageWriter(Object destination, Hints hints)Destination must be a File.
- 
Uses of Hints in org.geotools.gce.imagemosaicFields in org.geotools.gce.imagemosaic declared as Hints Modifier and Type Field Description static HintsGranuleDescriptor. EXCLUDE_MOSAICHints to use for avoiding to search for the ImageMosaic formatstatic HintsUtils. EXCLUDE_MOSAIC_HINTSHints to use for avoiding to search for the imagemosaic formatprotected HintsDefaultGranuleAccessProvider. hintsMethods in org.geotools.gce.imagemosaic that return Hints Modifier and Type Method Description HintsRasterLayerResponse. getHints()HintsRasterManager. getHints()static HintsUtils. setupJAIHints(RenderingHints inputHints)Methods in org.geotools.gce.imagemosaic with parameters of type Hints Modifier and Type Method Description booleanImageMosaicFormat. accepts(Object source, Hints hints)GranuleSourceRasterManager. getGranuleSource(boolean readOnly, Hints hints)ImageMosaicReaderImageMosaicFormat. getReader(Object source, Hints hints)GridCoverageWriterImageMosaicFormat. getWriter(Object destination, Hints hints)List<HarvestedSource>ImageMosaicReader. harvest(String defaultCoverage, Object source, Hints hints)protected voidGranuleDescriptor. init(BoundingBox granuleBBOX, URL granuleUrl, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)GranuleDescriptor.GranuleLoadingResultGranuleDescriptor. 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 Hints Constructor Description CogGranuleAccessProvider(Hints hints)DefaultGranuleAccessProvider(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.catalogFields in org.geotools.gce.imagemosaic.catalog declared as Hints Modifier and Type Field Description protected HintsGranuleCatalog. hintsprotected HintsGranuleCatalogSource. hintsMethods in org.geotools.gce.imagemosaic.catalog that return Hints Modifier and Type Method Description HintsGranuleCatalog. getHints()Methods in org.geotools.gce.imagemosaic.catalog with parameters of type Hints Modifier and Type Method Description static 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)
- 
Uses of Hints in org.geotools.gce.imagemosaic.catalogbuilderMethods in org.geotools.gce.imagemosaic.catalogbuilder that return Hints Modifier and Type Method Description HintsCatalogBuilderConfiguration. getHints()Methods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type Hints Modifier and Type Method Description voidCatalogBuilderConfiguration. setHints(Hints hints)
- 
Uses of Hints in org.geotools.gce.imagepyramidMethods in org.geotools.gce.imagepyramid with parameters of type Hints Modifier and Type Method Description booleanImagePyramidFormat. accepts(Object source, Hints hints)ImagePyramidReaderImagePyramidFormat. getReader(Object source, Hints hints)Retrieves a reader for this source object in case the provided source can be read using this plugin.GridCoverageWriterImagePyramidFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.gce.imagepyramid with parameters of type Hints Constructor Description ImagePyramidReader(Object source, Hints uHints)Constructor for anImagePyramidReader.
- 
Uses of Hints in org.geotools.gce.pgrasterMethods in org.geotools.gce.pgraster with parameters of type Hints Modifier and Type Method Description booleanPGRasterFormat. accepts(Object source, Hints hints)PGRasterReaderPGRasterFormat. getReader(Object source, Hints hints)GridCoverageWriterPGRasterFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.gce.pgraster with parameters of type Hints Constructor Description PGRasterReader(PGRasterConfig config, PGRasterFormat format, Hints hints)
- 
Uses of Hints in org.geotools.geometryConstructors in org.geotools.geometry with parameters of type Hints Constructor Description TransformedPosition(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.jtsMethods in org.geotools.geometry.jts with parameters of type Hints Modifier and Type Method Description static 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.geopkgMethods in org.geotools.geopkg with parameters of type Hints Modifier and Type Method Description GeometryGeoPkgDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryGeoPkgDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
- 
Uses of Hints in org.geotools.geopkg.geomMethods in org.geotools.geopkg.geom with parameters of type Hints Modifier and Type Method Description voidGeoPkgGeomReader. setHints(Hints hints)
- 
Uses of Hints in org.geotools.geopkg.mosaicMethods in org.geotools.geopkg.mosaic with parameters of type Hints Modifier and Type Method Description booleanGeoPackageFormat. accepts(Object source, Hints hints)AbstractGridCoverage2DReaderGeoPackageFormat. getReader(Object source, Hints hints)GridCoverageWriterGeoPackageFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.geopkg.mosaic with parameters of type Hints Constructor Description GeoPackageReader(Object source, Hints hints)
- 
Uses of Hints in org.geotools.httpMethods in org.geotools.http with parameters of type Hints Modifier and Type Method Description protected HTTPClientAbstractHTTPClientFactory. applyLogging(HTTPClient client, Hints hints)Wraps client with a LoggingHTTPClient if the HTTP_LOGGING hint is set.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 createdHTTPClientAbstractHTTPClientFactory. createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)HTTPClientHTTPClientFactory. 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 Hints Constructor Description HTTPFactoryException(String message, Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
- 
Uses of Hints in org.geotools.image.utilMethods in org.geotools.image.util with parameters of type Hints Modifier and Type Method Description static 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.jdbcFields in org.geotools.jdbc declared as Hints Modifier and Type Field Description protected HintsJDBCFeatureReader. hintshintsMethods in org.geotools.jdbc that return Hints Modifier and Type Method Description HintsIndex. 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 Hints Modifier and Type Method Description GeometrySQLDialect. 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.StringVirtualTable. 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 formatObjectJDBCDataStore. 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 Constructor Description Index(String typeName, String indexName, boolean unique, Hints hints, String... attributes)
- 
Uses of Hints in org.geotools.mbtiles.mosaicMethods in org.geotools.mbtiles.mosaic with parameters of type Hints Modifier and Type Method Description booleanMBTilesFormat. accepts(Object source, Hints hints)AbstractGridCoverage2DReaderMBTilesFormat. getReader(Object source, Hints hints)GridCoverageWriterMBTilesFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.mbtiles.mosaic with parameters of type Hints Constructor Description MBTilesReader(Object source, Hints hints)
- 
Uses of Hints in org.geotools.process.vectorMethods in org.geotools.process.vector with parameters of type Hints Modifier and Type Method Description ConverterAggregateProcess.AggregateResultsConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
- 
Uses of Hints in org.geotools.referencingMethods in org.geotools.referencing with parameters of type Hints Modifier and Type Method Description static Set<CoordinateOperationAuthorityFactory>ReferencingFactoryFinder. getCoordinateOperationAuthorityFactories(Hints hints)Returns a set of all available implementations for theCoordinateOperationAuthorityFactoryinterface.static CoordinateOperationAuthorityFactoryReferencingFactoryFinder. 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.static Set<CSFactory>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.esriConstructors in org.geotools.referencing.epsg.esri with parameters of type Hints Constructor Description EsriExtension(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.postgresqlMethods in org.geotools.referencing.epsg.postgresql with parameters of type Hints Modifier and Type Method Description protected AbstractAuthorityFactoryThreadedPostgreSQLEpsgFactory. createBackingStore(Hints hints)Returns the backing-store factory for PostgreSQL syntax.Constructors in org.geotools.referencing.epsg.postgresql with parameters of type Hints Constructor Description ThreadedPostgreSQLEpsgFactory(Hints hints)Creates a new instance of this factory with the specified hints.
- 
Uses of Hints in org.geotools.referencing.factoryMethods in org.geotools.referencing.factory with parameters of type Hints Modifier and Type Method Description protected static booleanOrderedAxisCRSAuthorityFactory. booleanValue(Hints userHints, Hints.Key key)Returns the boolean value for the specified hint.protected static <K,V>
 ObjectCache<K,V>CachedAuthorityDecorator. createCache(Hints hints)Utility method used to produce cache based on hintprotected static <K,V>
 ObjectCache<K,V>CachedCRSAuthorityDecorator. createCache(Hints hints)Utility method used to produce cache based on hintstatic ReferencingFactoryContainerReferencingFactoryContainer. instance(Hints hints)Creates an instance from the specified hints.Constructors in org.geotools.referencing.factory with parameters of type Hints Constructor Description Abstract_URI_AuthorityFactory(Hints userHints, String hintsAuthority)Creates a wrapper using the specified hints.AbstractAuthorityMediator(int priority, Hints hints)Constructs an instance making use of the default cache.AbstractAuthorityMediator(Hints hints)Constructs an instance based on the provided HintsAbstractCachedAuthorityFactory(int priority, Hints hints)Constructs an instance making use of the default cache.AbstractEpsgMediator(Hints hints)AbstractEpsgMediator(Hints hints, DataSource datasource)AllAuthoritiesFactory(Hints hints)Creates a new factory using the specified hints.AuthorityFactoryAdapter(String authority, Hints userHints)Creates a wrappers around the default factories for the specified authority.DeferredAuthorityFactory(Hints userHints, int priority)Constructs an instance without initial backing store.DeferredAuthorityFactory(Hints userHints, int priority, int maxStrongReferences)Constructs an instance without initial backing store.DirectAuthorityFactory(Hints hints, int priority)Constructs an instance using the specified hints.HTTP_AuthorityFactory(Hints userHints)Creates a wrapper using the specified hints.HTTP_URI_AuthorityFactory(Hints userHints)Constructor.OrderedAxisAuthorityFactory(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.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.epsgMethods in org.geotools.referencing.factory.epsg with parameters of type Hints Modifier and Type Method Description protected AbstractAuthorityFactoryThreadedEpsgFactory. createBackingStore(Hints hints)Creates the backing store for the specified data source.Constructors in org.geotools.referencing.factory.epsg with parameters of type Hints Constructor Description AbstractEpsgFactory(Hints userHints)AbstractEpsgFactory(Hints userHints, Connection connection)Constructs an authority factory using the specified connection.AbstractEpsgFactory(Hints userHints, DataSource dataSource)AccessDialectEpsgFactory(Hints userHints, Connection connection)Constructs an authority factory using the specified connection.AnsiDialectEpsgFactory(Hints userHints)Constructs an authority factory, the hints should describe the data source it use.AnsiDialectEpsgFactory(Hints hints, Connection connection)Constructs an authority factory using the specified connection.AnsiDialectEpsgFactory(Hints hints, DataSource dataSource)Constructs an authority factory using the specified connection.CartesianAuthorityFactory(Hints hints)CoordinateOperationFactoryUsingWKT(Hints userHints)Constructs an authority factory using a set of factories created from the specified hints.CoordinateOperationFactoryUsingWKT(Hints userHints, int priority)Constructs an authority factory using the specified hints and priority.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.hsqlMethods in org.geotools.referencing.factory.epsg.hsql with parameters of type Hints Modifier and Type Method Description protected 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 Hints Constructor Description HsqlDialectEpsgMediator(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.wmsConstructors in org.geotools.referencing.factory.wms with parameters of type Hints Constructor Description AutoCRSFactory(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.iauConstructors in org.geotools.referencing.iau with parameters of type Hints Constructor Description IAUAuthorityFactory(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.operationConstructors in org.geotools.referencing.operation with parameters of type Hints Constructor Description AbstractCoordinateOperationFactory(Hints userHints)Constructs a coordinate operation factory using the specified hints.AbstractCoordinateOperationFactory(Hints userHints, int priority)Constructs a coordinate operation factory using the specified hints and priority.AuthorityBackedFactory(Hints userHints)Creates a new factory backed by an authority factory fetched using the specified hints.BufferedCoordinateOperationFactory(Hints userHints)Creates a buffered factory wrapping an other factory selected according the specified hints.BufferedCoordinateOperationFactory(Hints userHints, int priority)Creates a buffered factory wrapping an other factory selected according the specified hints.DefaultCoordinateOperationFactory(Hints userHints)Constructs a coordinate operation factory using the specified hints.DefaultCoordinateOperationFactory(Hints userHints, int priority)Constructs a coordinate operation factory using the specified hints and priority.
- 
Uses of Hints in org.geotools.referencing.operation.builderConstructors in org.geotools.referencing.operation.builder with parameters of type Hints Constructor Description MathTransformBuilder(Hints hints)Creates a builder from the specified hints.
- 
Uses of Hints in org.geotools.referencing.operation.transformMethods in org.geotools.referencing.operation.transform with parameters of type Hints Modifier and Type Method Description static 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 Hints Constructor Description DimensionFilter(Hints hints)Constructs a dimension filter with a math transform factory built using the provided hints.
- 
Uses of Hints in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d that return Hints Modifier and Type Method Description HintsBaseCoverageProcessingNode. getHints()Getter forHints.HintsCoverageProcessingNode. getHints()Getter forHints.HintsStyleVisitorCoverageProcessingNodeAdapter. getHints()Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Hints Modifier and Type Method Description static 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 Hints Constructor Description BaseCoverageProcessingNode(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.styleMethods in org.geotools.renderer.style with parameters of type Hints Modifier and Type Method Description static 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.temporalMethods in org.geotools.temporal with parameters of type Hints Modifier and Type Method Description ConverterTemporalConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
- 
Uses of Hints in org.geotools.tpkMethods in org.geotools.tpk with parameters of type Hints Modifier and Type Method Description booleanTPKFormat. accepts(Object source, Hints hints)AbstractGridCoverage2DReaderTPKFormat. getReader(Object source, Hints hints)GridCoverageWriterTPKFormat. getWriter(Object destination, Hints hints)Constructors in org.geotools.tpk with parameters of type Hints Constructor Description TPKReader(Object source, Hints hints)
- 
Uses of Hints in org.geotools.utilMethods in org.geotools.util with parameters of type Hints Modifier and Type Method Description static <T> TConverters. convert(Object source, Class<T> target, Hints hints)Converts an object of a particular type into an object of a different type.static <K,V>
 ObjectCache<K,V>ObjectCaches. create(Hints hints)Utility method used to produce cache based on provide HintConverterConverterFactory. 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.factoryFields in org.geotools.util.factory declared as Hints Modifier and Type Field Description static HintsFactoryFinder. EMPTY_HINTSA set of empty hints, which exclude any system hints.Methods in org.geotools.util.factory that return Hints Modifier and Type Method Description static HintsGeoTools. addDefaultHints(Hints hints)Used to combine provided hints with global GeoTools defaults.HintsHints. 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 Hints Modifier and Type Method Description static 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 voidGeoTools. init(Hints hints)Initializes 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.doubleHints.DoubleKey. toValue(Hints hints)Returns the value from the specified hints as a double.intHints.IntegerKey. toValue(Hints hints)Returns the value from the specified hints as an integer.
- 
Uses of Hints in org.geotools.vsiMethods in org.geotools.vsi with parameters of type Hints Modifier and Type Method Description VSIReaderVSIFormat. getReader(Object source, Hints hints)Constructors in org.geotools.vsi with parameters of type Hints Constructor Description VSIReader(Object input, Hints hints)Creates a new instance of aGridCoverageReader.
- 
Uses of Hints in org.geotools.xmlMethods in org.geotools.xml with parameters of type Hints Modifier and Type Method Description ConverterXmlConverterFactory. createConverter(Class source, Class target, Hints hints)
- 
Uses of Hints in org.h2gis.geotoolsMethods in org.h2gis.geotools with parameters of type Hints Modifier and Type Method Description GeometryH2GISDialect. decodeGeometryValue(GeometryDescriptor gd, ResultSet rs, String column, GeometryFactory gf, Connection cnctn, Hints hints)GeometryH2GISPSDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)GeometryH2GISPSDialect. 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)
 
-