Uses of Class
org.geotools.util.factory.Hints
-
-
Uses of Hints in org.geotools.api.data
Fields in org.geotools.api.data declared as Hints Modifier and Type Field Description protected Hints
Query. hints
The hints to be used during query executionMethods in org.geotools.api.data that return Hints Modifier and Type Method Description Hints
Query. 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 void
Query. setHints(Hints hints)
Set hints to control the query execution. -
Uses of Hints in org.geotools.appschema.filter.expression
Methods in org.geotools.appschema.filter.expression with parameters of type Hints Modifier and Type Method Description PropertyAccessor
XmlXPathPropertyAccessorFactory. 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 Hints Modifier and Type Method Description void
JoiningJDBCFeatureSource. encodeColumnName(String colName, String typeName, StringBuffer sql, Hints hints)
Encode column name with table name included.void
JoiningJDBCFeatureSource. encodeColumnName2(String colName, String typeName, StringBuffer sql, Hints hints)
Encode column name with table name included, but do not include schema name (for aliases)protected void
JoiningJDBCFeatureSource. encodeGeometryColumn(GeometryDescriptor gatt, String typeName, StringBuffer sql, Hints hints)
Encoding a geometry column with respect to hints Supported Hints are provided bySQLDialect.addSupportedHints(Set)
-
Uses of Hints in org.geotools.coverage
Methods in org.geotools.coverage with parameters of type Hints Modifier and Type Method Description static Set<GridCoverageFactory>
CoverageFactoryFinder. getGridCoverageFactories(Hints hints)
Returns a set of all available implementations for theGridCoverageFactory
interface.static GridCoverageFactory
CoverageFactoryFinder. getGridCoverageFactory(Hints hints)
Returns the first implementation ofGridCoverageFactory
matching the specified hints. -
Uses of Hints in org.geotools.coverage.grid
Constructors in org.geotools.coverage.grid with parameters of type 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.io
Fields in org.geotools.coverage.grid.io declared as Hints Modifier and Type Field Description protected Hints
AbstractGridCoverage2DReader. hints
Hints used by theAbstractGridCoverage2DReader
subclasses.protected Hints
AbstractGridCoverageWriter. hints
Hints to be used for the writing process.Methods in org.geotools.coverage.grid.io with parameters of type Hints Modifier and Type Method Description abstract boolean
AbstractGridFormat. accepts(Object source, Hints hints)
Tells me if thisFormat
can read the providedinput
.boolean
UnknownFormat. accepts(Object input, Hints hints)
static AbstractGridFormat
GridFormatFinder. findFormat(Object o, Hints hints)
Returns aFormat
that is able to read a certain object.static Set<AbstractGridFormat>
GridFormatFinder. findFormats(Object o, Hints hints)
abstract AbstractGridCoverage2DReader
AbstractGridFormat. getReader(Object source, Hints hints)
Gets aGridCoverageReader
for this format able to create coverages out of thesource
object using the providedhints
.AbstractGridCoverage2DReader
UnknownFormat. getReader(Object source, Hints hints)
abstract GridCoverageWriter
AbstractGridFormat. getWriter(Object destination, Hints hints)
Call the accepts() method before asking for a writer to determine if the current object is supported.GridCoverageWriter
UnknownFormat. getWriter(Object destination, Hints hints)
List<HarvestedSource>
StructuredGridCoverage2DReader. harvest(String defaultTargetCoverage, Object source, Hints hints)
Harvests the specified source into the reader.default int
GranuleStore. removeGranules(Filter filter, Hints hints)
Removes granules selected by the given filter, controlled by a set of hints (might be implementation dependent and eventually ignored).int
RenamingGranuleStore. removeGranules(Filter filter, Hints hints)
Constructors in org.geotools.coverage.grid.io with parameters of type Hints Constructor Description AbstractGridCoverage2DReader(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 Hints Modifier and Type Method Description abstract RenderedImage
ReadType. read(ImageReadParam readParameters, int imageIndex, URL granuleUrl, Rectangle rasterDimensions, ImageReader reader, Hints hints, boolean closeElements)
Load the raster data from the underlying source with the specified read type. -
Uses of Hints in org.geotools.coverage.grid.io.imageio.geotiff
Constructors in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type Hints Constructor Description GeoTiffMetadata2CRSAdapter(Hints hints)
Creates a new instance of GeoTiffMetadata2CRSAdapter -
Uses of Hints in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return Hints Modifier and Type Method Description Hints
CoverageRequest. 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 CoverageSource
CoverageAccess. access(Name name, Map<String,Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener)
Retrieve aCoverageSource
to access a Named Coverage.CoverageAccess
Driver. access(Driver.DriverCapabilities opreation, Map<String,Serializable> params, Hints hints, ProgressListener listener)
Simone: Returnnull
in case the delete succeds.boolean
CoverageAccess. canCreate(Name name, Map<String,Serializable> params, Hints hints, ProgressListener listener)
Test to see if this coverage access is suitable for creating aCoverageStore
referred by Name, with the specified set of parameters.boolean
CoverageAccess. canDelete(Name name, Map<String,Serializable> params, Hints hints)
Test to see if this coverage access is suitable for deleting aCoverageSource
referred by Name, with the specified set of parameters.CoverageStore
CoverageAccess. create(Name name, Map<String,Serializable> params, Hints hints, ProgressListener listener)
Create aCoverageStore
with the specified name.boolean
CoverageAccess. delete(Name name, Map<String,Serializable> params, Hints hints)
Asks thisCoverageAccess
to entirely remove a certain Coverage from the availableCoverageSource
s.CoverageAccess
FileDriver. process(Driver.DriverCapabilities operation, URL url, Map<String,Serializable> params, Hints hints, ProgressListener listener)
abstract RenderedImage
ReadType. read(ImageReadParam readParameters, int imageIndex, URL granuleUrl, Rectangle rasterDimensions, ImageReader reader, Hints hints, boolean closeElements)
Load the raster data from the underlying source with the specified read type.void
CoverageRequest. setHints(Hints hints)
-
Uses of Hints in org.geotools.coverage.io.grib
Methods in org.geotools.coverage.io.grib with parameters of type Hints Modifier and Type Method Description boolean
GRIBFormat. accepts(Object source, Hints hints)
-
Uses of Hints in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl with parameters of type Hints Modifier and Type Method Description CoverageSource
DefaultCoverageAccess. access(Name name, Map<String,Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener)
CoverageAccess
DefaultDriver. access(Driver.DriverCapabilities operation, Map<String,Serializable> params, Hints hints, ProgressListener listener)
boolean
DefaultCoverageAccess. canCreate(Name name, Map<String,Serializable> params, Hints hints, ProgressListener listener)
boolean
DefaultCoverageAccess. canDelete(Name name, Map<String,Serializable> params, Hints hints)
static CoverageAccess
CoverageIO. connect(Map<String,Serializable> params, Hints hints, ProgressListener listener)
protected CoverageAccess
DefaultDriver. connect(Map<String,Serializable> params, Hints hints, ProgressListener listener)
protected CoverageAccess
DefaultFileDriver. connect(URL url, Map<String,Serializable> params, Hints hints, ProgressListener listener)
protected CoverageAccess
DefaultFileDriver. connect(Map<String,Serializable> params, Hints hints, ProgressListener listener)
CoverageStore
DefaultCoverageAccess. create(Name name, Map<String,Serializable> params, Hints hints, ProgressListener listener)
protected CoverageAccess
DefaultDriver. create(Map<String,Serializable> params, Hints hints, ProgressListener listener)
protected CoverageAccess
DefaultFileDriver. create(URL url, Map<String,Serializable> params, Hints hints, ProgressListener listener)
protected CoverageAccess
DefaultFileDriver. create(Map<String,Serializable> params, Hints hints, ProgressListener listener)
boolean
DefaultCoverageAccess. delete(Name name, Map<String,Serializable> params, Hints hints)
protected CoverageAccess
DefaultDriver. delete(Map<String,Serializable> params, Hints hints, ProgressListener listener)
protected CoverageAccess
DefaultFileDriver. delete(URL url, Map<String,Serializable> params, Hints hints, ProgressListener listener)
protected CoverageAccess
DefaultFileDriver. delete(Map<String,Serializable> params, Hints hints, ProgressListener listener)
CoverageAccess
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 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.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type Hints Modifier and Type Method Description boolean
NetCDFFormat. accepts(Object source, Hints hints)
CoverageSource
NetCDFAccess. access(Name name, Map<String,Serializable> params, CoverageAccess.AccessType accessType, Hints hints, ProgressListener listener)
CoverageAccess
NetCDFDriver. connect(URL source, Map<String,Serializable> params, Hints hints, ProgressListener listener)
CoverageAccess
NetCDFDriver. connect(Map<String,Serializable> params, Hints hints, ProgressListener listener)
boolean
NetCDFAccess. delete(Name name, Map<String,Serializable> params, Hints hints)
AbstractGridCoverage2DReader
NetCDFFormat. getReader(Object source, Hints hints)
GridCoverageWriter
NetCDFFormat. 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.crs
Constructors 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.util
Methods in org.geotools.coverage.io.util with parameters of type Hints Modifier and Type Method Description static CoordinateReferenceSystem
Utilities. getMercator2SPProjectedCRS(double standardParallel, double centralMeridian, double natOriginLat, GeographicCRS sourceCRS, Hints hints)
Simple utility method which allows to build a Mercator2SP Projected CRS given the set of required parameters. -
Uses of Hints in org.geotools.coverage.processing
Fields in org.geotools.coverage.processing declared as Hints Modifier and Type Field Description protected Hints
CoverageProcessor. hints
The rendering hints for JAI operations (nevernull
).Hints
OperationJAI.Parameters. hints
The rendering hints to be given to theJAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints)
method.Methods in org.geotools.coverage.processing with parameters of type Hints Modifier and Type Method Description abstract Coverage
AbstractOperation. doOperation(ParameterValueGroup parameters, Hints hints)
Applies a process operation to a coverage.Coverage
CoverageProcessor. doOperation(ParameterValueGroup parameters, Hints hints)
Applies a process operation to a coverage.Coverage
OperationJAI. doOperation(ParameterValueGroup parameters, Hints hints)
Applies a process operation to a grid coverage.protected static GridCoverageFactory
Operation2D. getFactory(Hints hints)
Returns the factory to use for creating newGridCoverage2D
objects.static CoverageProcessor
CoverageProcessor. getInstance(Hints hints)
Returns a default processor instance.protected void
OperationJAI. resampleToCommonGeometry(GridCoverage2D[] sources, CoordinateReferenceSystem crs2D, MathTransform2D gridToCrs2D, Hints hints)
Resamples all sources grid coverages to the same two-dimensional geometry before to apply the OperationJAI.operation. -
Uses of Hints in org.geotools.coverage.processing.operation
Fields in org.geotools.coverage.processing.operation declared as Hints Modifier and Type Field Description Hints
Mosaic.Params. hints
The rendering hints to be given to theJAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints)
method.Methods in org.geotools.coverage.processing.operation with parameters of type Hints Modifier and Type Method Description static GridCoverage2DRIA
GridCoverage2DRIA. create(GridCoverage2D src, GridCoverage2D dst, double[] nodata, Hints hints, ROI roi)
Wrap the src coverage in the dst layout.static GridCoverage2DRIA
GridCoverage2DRIA. create(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints)
static GridCoverage2DRIA
GridCoverage2DRIA. create(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints, ROI roi)
Wrap the src coverage in the dst layout.Coverage
BandMerge. doOperation(ParameterValueGroup parameters, Hints hints)
Coverage
Crop. doOperation(ParameterValueGroup parameters, Hints hints)
Applies a crop operation to a coverage.Coverage
Interpolate. doOperation(ParameterValueGroup parameters, Hints hints)
Applies an interpolation to a grid coverage.Coverage
Mosaic. doOperation(ParameterValueGroup parameters, Hints hints)
Coverage
Resample. doOperation(ParameterValueGroup parameters, Hints hints)
Resamples a grid coverage.Coverage
SelectSampleDimension. doOperation(ParameterValueGroup parameters, Hints hints)
Applies the band select operation to a grid coverage.abstract Mosaic.ResampledRasters
Mosaic.GridGeometryPolicy. resampleGridGeometry(GridCoverage2D[] sources, GridCoverage2D[] alphas, GridGeometry2D external, ParameterValueGroup parameters, Hints hints)
Method for resampling the inputGridCoverage2D
objects.Constructors in org.geotools.coverage.processing.operation with parameters of type 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.coverageio
Constructors 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.gdal
Methods in org.geotools.coverageio.gdal with parameters of type Hints Modifier and Type Method Description boolean
BaseGDALGridFormat. accepts(Object input, Hints hints)
GridCoverageWriter
BaseGDALGridFormat. getWriter(Object destination, Hints hints)
Constructors in org.geotools.coverageio.gdal with parameters of type Hints 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.aig
Methods in org.geotools.coverageio.gdal.aig with parameters of type Hints Modifier and Type Method Description AIGReader
AIGFormat. 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.dted
Methods in org.geotools.coverageio.gdal.dted with parameters of type Hints Modifier and Type Method Description DTEDReader
DTEDFormat. 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.ecw
Methods in org.geotools.coverageio.gdal.ecw with parameters of type Hints Modifier and Type Method Description ECWReader
ECWFormat. 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.ehdr
Methods in org.geotools.coverageio.gdal.ehdr with parameters of type Hints Modifier and Type Method Description EsriHdrReader
EsriHdrFormat. 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.envihdr
Methods in org.geotools.coverageio.gdal.envihdr with parameters of type Hints Modifier and Type Method Description EnviHdrReader
EnviHdrFormat. 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.erdasimg
Methods in org.geotools.coverageio.gdal.erdasimg with parameters of type Hints Modifier and Type Method Description ErdasImgReader
ErdasImgFormat. 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.idrisi
Methods in org.geotools.coverageio.gdal.idrisi with parameters of type Hints Modifier and Type Method Description IDRISIReader
IDRISIFormat. 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.jp2ecw
Methods in org.geotools.coverageio.gdal.jp2ecw with parameters of type Hints Modifier and Type Method Description JP2ECWReader
JP2ECWFormat. 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 aJP2ECWReader
basing the decision on whether the file is compressed or not. -
Uses of Hints in org.geotools.coverageio.gdal.jp2kak
Methods in org.geotools.coverageio.gdal.jp2kak with parameters of type Hints Modifier and Type Method Description JP2KReader
JP2KFormat. 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 aJP2KReader
basing the decision on whether the file is compressed or not. -
Uses of Hints in org.geotools.coverageio.gdal.jp2mrsid
Methods in org.geotools.coverageio.gdal.jp2mrsid with parameters of type Hints Modifier and Type Method Description JP2MrSIDReader
JP2MrSIDFormat. 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 aJP2MrSIDReader
basing the decision on whether the file is compressed or not. -
Uses of Hints in org.geotools.coverageio.gdal.mrsid
Methods in org.geotools.coverageio.gdal.mrsid with parameters of type Hints Modifier and Type Method Description MrSIDReader
MrSIDFormat. 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.nitf
Methods in org.geotools.coverageio.gdal.nitf with parameters of type Hints Modifier and Type Method Description NITFReader
NITFFormat. 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.rpftoc
Methods in org.geotools.coverageio.gdal.rpftoc with parameters of type Hints Modifier and Type Method Description RPFTOCReader
RPFTOCFormat. 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.srp
Methods in org.geotools.coverageio.gdal.srp with parameters of type Hints Modifier and Type Method Description SRPReader
SRPFormat. 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.vrt
Methods in org.geotools.coverageio.gdal.vrt with parameters of type Hints Modifier and Type Method Description VRTReader
VRTFormat. 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.jp2k
Methods in org.geotools.coverageio.jp2k with parameters of type Hints Modifier and Type Method Description boolean
JP2KFormat. accepts(Object input, Hints hints)
AbstractGridCoverage2DReader
JP2KFormat. getReader(Object source, Hints hints)
GridCoverageWriter
JP2KFormat. getWriter(Object destination, Hints hints)
Constructors in org.geotools.coverageio.jp2k with parameters of type Hints Constructor Description JP2KReader(Object source, Hints uHints)
Constructor. -
Uses of Hints in org.geotools.data
Methods in org.geotools.data with parameters of type Hints Modifier and Type Method Description Object
GmlObjectStore. 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.complex
Methods in org.geotools.data.complex with parameters of type Hints Modifier and Type Method Description Feature
AppSchemaDataAccess. findFeature(FeatureId id, Hints hints)
Feature
DataAccessRegistry. findFeature(FeatureId id, Hints hints)
FeatureCollection<FeatureType,Feature>
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 Hints Modifier and Type Method Description PropertyAccessor
FeaturePropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
PropertyAccessor
MapPropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
Creates a property accessor for a particular class. -
Uses of Hints in org.geotools.data.db2
Methods in org.geotools.data.db2 with parameters of type Hints Modifier and Type Method Description Converter
DB2BlobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
DB2ClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Geometry
DB2SQLDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
DB2SQLDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints)
Geometry
DB2SQLDialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
DB2SQLDialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints)
Geometry
DB2SQLDialectPrepared. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
DB2SQLDialectPrepared. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints)
void
DB2SQLDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
void
DB2SQLDialectBasic. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
void
DB2SQLDialectPrepared. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
-
Uses of Hints in org.geotools.data.h2
Methods in org.geotools.data.h2 with parameters of type Hints Modifier and Type Method Description Converter
H2ClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Geometry
H2Dialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
H2DialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
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 Hints Modifier and Type Method Description Geometry
HanaDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
HanaDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
void
HanaDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
-
Uses of Hints in org.geotools.data.hana.converter
Methods in org.geotools.data.hana.converter with parameters of type Hints Modifier and Type Method Description Converter
BooleanConverterFactory. 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 Hints Modifier and Type Method Description Geometry
InformixDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
void
InformixDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
-
Uses of Hints in org.geotools.data.mysql
Methods in org.geotools.data.mysql with parameters of type Hints Modifier and Type Method Description Geometry
MySQLDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String name, GeometryFactory factory, Connection cx, Hints hints)
Geometry
MySQLDialectBasic. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
MySQLDialectPrepared. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
void
MySQLDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
void
MySQLDialectBasic. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
void
MySQLDialectPrepared. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
-
Uses of Hints in org.geotools.data.oracle
Methods in org.geotools.data.oracle with parameters of type Hints Modifier and Type Method Description Converter
OracleBlobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
OracleClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
OracleDateConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Geometry
OracleDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
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 Hints Modifier and Type Method Description Converter
BigDateConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
HStoreConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
SQLArrayConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Geometry
PostGISDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
PostGISDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
PostGISPSDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
PostGISPSDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
void
PostGISDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
void
PostGISPSDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
-
Uses of Hints in org.geotools.data.sqlserver
Methods in org.geotools.data.sqlserver with parameters of type Hints Modifier and Type Method Description Geometry
SQLServerDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
void
SQLServerDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
-
Uses of Hints in org.geotools.data.sqlserver.jtds
Methods in org.geotools.data.sqlserver.jtds with parameters of type Hints Modifier and Type Method Description Converter
JTDSClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
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 Hints Modifier and Type Method Description Geometry
TeradataDialect. 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 Hints Modifier and Type Method Description Converter
AbbreviatedTimeUnitConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
ArrayConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
BooleanConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
CharsetConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
CollectionConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
ColorConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
CommonsConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Delegates toConvertUtils#lookup(java.lang.Class)
to create a converter instance.Converter
ComplexAttributeConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
CRSConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Delegates toConvertUtils#lookup(java.lang.Class)
to create a converter instance.Converter
EnumerationConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
GeometryConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
GeometryTypeConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
InterpolationConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Delegates toConvertUtils#lookup(java.lang.Class)
to create a converter instance.Converter
LobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
MeasureConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
NameConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
NumericConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
PercentageConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
QNameConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
ReferencedEnvelopeConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
TemporalConverterFactory. createConverter(Class source, Class target, Hints hints)
Converter
URConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
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 Hints Modifier and Type Method Description Hints
GetFeatureRequest. getHints()
Methods in org.geotools.data.wfs.internal with parameters of type Hints Modifier and Type Method Description void
GetFeatureRequest. setHints(Hints hints)
-
Uses of Hints in org.geotools.factory
Fields in org.geotools.factory declared as Hints Modifier and Type Field Description protected Hints
BasicFactories. hints
The hints to be used for all factory creation.Methods in org.geotools.factory with parameters of type Hints Modifier and Type Method Description static FeatureFactory
CommonFactoryFinder. getFeatureFactory(Hints hints)
Return an implementation ofFeatureFactory
matching the specified hint FEATURE_FACTORY.static FeatureTypeFactory
CommonFactoryFinder. getFeatureTypeFactory(Hints hints)
Return the first implementation ofFeatureTypeFactory
matching the specified hints.static Set<FileDataStoreFactorySpi>
CommonFactoryFinder. getFileDataStoreFactories(Hints hints)
Returns a set of all available implementations for theFileDataStoreFactorySpi
interface.static Set<FilterFactory>
CommonFactoryFinder. getFilterFactories(Hints hints)
Returns a set of all available implementations for theFilterFactory
interface.static FilterFactory
CommonFactoryFinder. getFilterFactory(Hints hints)
Returns the first implementation ofFilterFactory
matching the specified hints.static Set<FunctionFactory>
CommonFactoryFinder. getFunctionFactories(Hints hints)
Returns a set of all available implementations ofFunctionFactory
.static Set<Function>
CommonFactoryFinder. getFunctions(Hints hints)
Returns a set of all available implementations for theFunction
interface.static Set<StyleFactory>
CommonFactoryFinder. getStyleFactories(Hints hints)
Returns a set of all available implementations for theStyleFactory
interface.static StyleFactory
CommonFactoryFinder. getStyleFactory(Hints hints)
Returns the first implementation ofStyleFactory
matching the specified hints. -
Uses of Hints in org.geotools.filter
Fields in org.geotools.filter declared as Hints Modifier and Type Field Description static Hints
IsEqualsToImpl. SAFE_CONVERSION_HINTS
Constructors 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.expression
Methods in org.geotools.filter.expression with parameters of type Hints Modifier and Type Method Description PropertyAccessor
DirectPropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
PropertyAccessor
NullPropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
PropertyAccessor
PropertyAccessorFactory. createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints)
Creates a property accessor for a particular class.PropertyAccessor
SimpleFeaturePropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
PropertyAccessor
ThisPropertyAccessorFactory. createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
static List<PropertyAccessor>
PropertyAccessors. findPropertyAccessors(Object object, String xpath, Class target, Hints hints)
Looks up a list ofPropertyAccessor
for a particular object. -
Uses of Hints in org.geotools.filter.expression.geojson
Methods in org.geotools.filter.expression.geojson with parameters of type Hints Modifier and Type Method Description PropertyAccessor
JSONNodePropertyAccessorFactory. 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 Hints Modifier and Type Method Description boolean
ArcGridFormat. accepts(Object input, Hints hints)
ArcGridReader
ArcGridFormat. getReader(Object source, Hints hints)
GridCoverageWriter
ArcGridFormat. getWriter(Object destination, Hints hints)
Constructors in org.geotools.gce.arcgrid with parameters of type Hints 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.geotiff
Methods in org.geotools.gce.geotiff with parameters of type Hints Modifier and Type Method Description boolean
GeoTiffFormat. accepts(Object o, Hints hints)
Currently, we only accept files, and we open the file to verify that it has a GeoKeyDirectory tag.GeoTiffReader
GeoTiffFormat. getReader(Object source, Hints hints)
Ifsource
is a file, this will return a reader object.GridCoverageWriter
GeoTiffFormat. 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.format
Methods in org.geotools.gce.grassraster.format with parameters of type Hints Modifier and Type Method Description boolean
GrassCoverageFormat. accepts(Object o, Hints hints)
GrassCoverageReader
GrassCoverageFormat. getReader(Object o, Hints hints)
GrassCoverageWriter
GrassCoverageFormat. getWriter(Object destination, Hints hints)
-
Uses of Hints in org.geotools.gce.image
Methods in org.geotools.gce.image with parameters of type Hints Modifier and Type Method Description boolean
WorldImageFormat. accepts(Object input, Hints hints)
Takes the input and determines if it is a class that we can understand and then futher checks the format of the class to make sure we can read/write to it.WorldImageReader
WorldImageFormat. getReader(Object source, Hints hints)
Retrieves aWorldImageReader
in case the providedesource
can be accepted as a valid source for a world image.GridCoverageWriter
WorldImageFormat. getWriter(Object destination, Hints hints)
Call the accepts() method before asking for a writer to determine if the current object is supported.Constructors in org.geotools.gce.image with parameters of type Hints 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.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as Hints Modifier and Type Field Description static Hints
GranuleDescriptor. EXCLUDE_MOSAIC
Hints to use for avoiding to search for the ImageMosaic formatstatic Hints
Utils. EXCLUDE_MOSAIC_HINTS
Hints to use for avoiding to search for the imagemosaic formatprotected Hints
DefaultGranuleAccessProvider. hints
Methods in org.geotools.gce.imagemosaic that return Hints Modifier and Type Method Description Hints
RasterLayerResponse. getHints()
Hints
RasterManager. getHints()
static Hints
Utils. setupJAIHints(RenderingHints inputHints)
Methods in org.geotools.gce.imagemosaic with parameters of type Hints Modifier and Type Method Description boolean
ImageMosaicFormat. accepts(Object source, Hints hints)
GranuleSource
RasterManager. getGranuleSource(boolean readOnly, Hints hints)
ImageMosaicReader
ImageMosaicFormat. getReader(Object source, Hints hints)
GridCoverageWriter
ImageMosaicFormat. getWriter(Object destination, Hints hints)
List<HarvestedSource>
ImageMosaicReader. harvest(String defaultCoverage, Object source, Hints hints)
protected void
GranuleDescriptor. init(BoundingBox granuleBBOX, URL granuleUrl, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)
GranuleDescriptor.GranuleLoadingResult
GranuleDescriptor. loadRaster(ImageReadParam imageReadParameters, int index, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, RasterLayerRequest request, Hints hints)
Load a specified a raster as a portion of the granule describe by thisGranuleDescriptor
.void
GranuleDescriptorModifier. update(GranuleDescriptor granuleDescriptor, Hints hints)
Constructors in org.geotools.gce.imagemosaic with parameters of type Hints Constructor Description CogGranuleAccessProvider(Hints hints)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)
GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules, Hints hints)
GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider, boolean heterogeneousGranules, Hints hints)
Constructor for theGranuleDescriptor
GranuleLoader(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints)
ImageMosaicReader(Object source, Hints uHints)
Constructor. -
Uses of Hints in org.geotools.gce.imagemosaic.catalog
Fields in org.geotools.gce.imagemosaic.catalog declared as Hints Modifier and Type Field Description protected Hints
GranuleCatalog. hints
protected Hints
GranuleCatalogSource. hints
Methods in org.geotools.gce.imagemosaic.catalog that return Hints Modifier and Type Method Description Hints
GranuleCatalog. getHints()
Methods in org.geotools.gce.imagemosaic.catalog with parameters of type Hints Modifier and Type Method Description static MultiLevelROIProvider
MultiLevelROIProviderMosaicFactory. createFootprintProvider(File mosaicFolder, Hints hints)
Builds a footprint provider from mosaic locationstatic GranuleCatalog
GranuleCatalogFactory. createGranuleCatalog(URL sourceURL, CatalogConfigurationBeans configurations, Properties overrideParams, Hints hints)
static GranuleCatalog
GranuleCatalogFactory. createGranuleCatalog(Properties params, CatalogConfigurationBeans configurations, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints)
int
GranuleCatalogStore. removeGranules(Filter filter, Hints hints)
-
Uses of Hints in org.geotools.gce.imagemosaic.catalogbuilder
Methods in org.geotools.gce.imagemosaic.catalogbuilder that return Hints Modifier and Type Method Description Hints
CatalogBuilderConfiguration. getHints()
Methods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type Hints Modifier and Type Method Description void
CatalogBuilderConfiguration. setHints(Hints hints)
-
Uses of Hints in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid with parameters of type Hints Modifier and Type Method Description boolean
ImagePyramidFormat. accepts(Object source, Hints hints)
ImagePyramidReader
ImagePyramidFormat. getReader(Object source, Hints hints)
Retrieves a reader for this source object in case the provided source can be read using this plugin.GridCoverageWriter
ImagePyramidFormat. getWriter(Object destination, Hints hints)
Constructors in org.geotools.gce.imagepyramid with parameters of type Hints Constructor Description ImagePyramidReader(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 Hints Modifier and Type Method Description boolean
PGRasterFormat. accepts(Object source, Hints hints)
PGRasterReader
PGRasterFormat. getReader(Object source, Hints hints)
GridCoverageWriter
PGRasterFormat. 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.geometry
Constructors 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 fromsourceCRS
totargetCRS
. -
Uses of Hints in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts with parameters of type Hints Modifier and Type Method Description static CoordinateSequenceFactory
JTSFactoryFinder. getCoordinateSequenceFactory(Hints hints)
Returns the first implementation ofCoordinateSequenceFactory
matching the specified hints.static GeometryFactory
JTSFactoryFinder. getGeometryFactory(Hints hints)
Returns the first implementation ofGeometryFactory
matching the specified hints.static PrecisionModel
JTSFactoryFinder. getPrecisionModel(Hints hints)
Returns the first implementation ofPrecisionModel
matching the specified hints. -
Uses of Hints in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type Hints Modifier and Type Method Description Geometry
GeoPkgDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
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 Modifier and Type Method Description void
GeoPkgGeomReader. setHints(Hints hints)
-
Uses of Hints in org.geotools.geopkg.mosaic
Methods in org.geotools.geopkg.mosaic with parameters of type Hints Modifier and Type Method Description boolean
GeoPackageFormat. accepts(Object source, Hints hints)
AbstractGridCoverage2DReader
GeoPackageFormat. getReader(Object source, Hints hints)
GridCoverageWriter
GeoPackageFormat. getWriter(Object destination, Hints hints)
Constructors in org.geotools.geopkg.mosaic with parameters of type Hints Constructor Description GeoPackageReader(Object source, Hints hints)
-
Uses of Hints in org.geotools.http
Methods in org.geotools.http with parameters of type Hints Modifier and Type Method Description protected HTTPClient
AbstractHTTPClientFactory. applyLogging(HTTPClient client, Hints hints)
Wraps client with a LoggingHTTPClient if the HTTP_LOGGING hint is set.boolean
AbstractHTTPClientFactory. canProcess(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
Returns true if a given factory have a HTTP_CLIENT given by the hint, or meets the behaviors.boolean
HTTPClientFactory. canProcess(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
Method used to check if client in Hints can be createdHTTPClient
AbstractHTTPClientFactory. createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
HTTPClient
HTTPClientFactory. createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
Called by HTTPFactoryFinder to create clientstatic HTTPClient
HTTPClientFinder. createClient(Hints hints)
Get a special HTTP client by specifying hint HTTP_CLIENT_FACTORY or HTTP_CLIENTConstructors in org.geotools.http with parameters of type Hints Constructor Description HTTPFactoryException(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 Hints Modifier and Type Method Description static RenderedImage
ImageUtilities. applyRescaling(Double[] scales, Double[] offsets, RenderedImage image, Hints hints)
Applies values rescaling if either the scales or the offsets array is non null, or has any value that is not a default (1 for scales, 0 for offsets) -
Uses of Hints in org.geotools.jdbc
Fields in org.geotools.jdbc declared as Hints Modifier and Type Field Description protected Hints
JDBCFeatureReader. hints
hintsMethods in org.geotools.jdbc that return Hints Modifier and Type Method Description Hints
Index. getHints()
Retrieves the hints for this index.static Hints
VirtualTable. setKeepWhereClausePlaceHolderHint(Query query)
If the provided query has a filter of a where clause place holder exists it will be preserved.static Hints
VirtualTable. setKeepWhereClausePlaceHolderHint(Hints hints, boolean keepWhereClausePlaceHolder)
Will add an entry to query hints specifying if the the where clause place holder should be keep or not.Methods in org.geotools.jdbc with parameters of type Hints Modifier and Type Method Description Geometry
SQLDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Decodes a geometry value from the result of a query specifying the column as an index.abstract Geometry
SQLDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
Decodes a geometry value from the result of a query.void
JDBCDataStore. encodeAliasedTableName(String tableName, StringBuffer sql, Hints hints, String alias)
Helper method to encode table name which checks if a schema is set and prefixes the table name with it, with the addition of an alias to the namevoid
JDBCDataStore. encodeGeometryColumn(GeometryDescriptor gatt, StringBuffer sql, Hints hints)
Encoding a geometry column with respect to hints Supported Hints are provided bySQLDialect.addSupportedHints(Set)
protected void
JDBCDataStore. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, StringBuffer sql, Hints hints)
void
SQLDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
Encodes the name of a geometry column in a SELECT statement.void
JDBCDataStore. encodeTableName(String tableName, StringBuffer sql, Hints hints)
Helper method to encode table name which checks if a schema is set and prefixes the table name with it.String
VirtualTable. expandParameters(Hints hints)
protected GroupByVisitor.GroupByRawResult
JDBCDataStore. extractValuesFromResultSet(Connection cx, SimpleFeatureType featureType, ResultSet resultSet, List<Expression> groupBy, Function<Object,Object> converter, Hints hints)
Helper method that translate the result set to the appropriate group by visitor result formatObject
JDBCDataStore. getGmlObject(GmlObjectId id, Hints hints)
protected boolean
JDBCDataStore. isGeneralizationRequired(Hints hints, GeometryDescriptor gatt)
Checks if geometry generalization required and makes senseprotected boolean
JDBCDataStore. isGeometryReduceRequired(Hints hints, GeometryDescriptor gatt, Hints.Key param)
Checks if reduction required and makes senseprotected boolean
JDBCDataStore. isSimplificationRequired(Hints hints, GeometryDescriptor gatt)
Checks if geometry simplification required and makes sensestatic Hints
VirtualTable. setKeepWhereClausePlaceHolderHint(Hints hints, boolean keepWhereClausePlaceHolder)
Will add an entry to query hints specifying if the the where clause place holder should be keep or not.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.mosaic
Methods in org.geotools.mbtiles.mosaic with parameters of type Hints Modifier and Type Method Description boolean
MBTilesFormat. accepts(Object source, Hints hints)
AbstractGridCoverage2DReader
MBTilesFormat. getReader(Object source, Hints hints)
GridCoverageWriter
MBTilesFormat. 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.referencing
Methods 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 theCoordinateOperationAuthorityFactory
interface.static CoordinateOperationAuthorityFactory
ReferencingFactoryFinder. getCoordinateOperationAuthorityFactory(String authority, Hints hints)
Returns the first implementation ofCoordinateOperationAuthorityFactory
matching the specified hints.static Set<CoordinateOperationFactory>
ReferencingFactoryFinder. getCoordinateOperationFactories(Hints hints)
Returns a set of all available implementations for theCoordinateOperationFactory
interface.static CoordinateOperationFactory
ReferencingFactoryFinder. getCoordinateOperationFactory(Hints hints)
Returns the first implementation ofCoordinateOperationFactory
matching the specified hints.static Set<CRSAuthorityFactory>
ReferencingFactoryFinder. getCRSAuthorityFactories(Hints hints)
Returns a set of all available implementations for theCRSAuthorityFactory
interface.static CRSAuthorityFactory
ReferencingFactoryFinder. getCRSAuthorityFactory(String authority, Hints hints)
Returns the first implementation ofCRSAuthorityFactory
matching the specified hints.static Set<CRSFactory>
ReferencingFactoryFinder. getCRSFactories(Hints hints)
Returns a set of all available implementations for theCRSFactory
interface.static CRSFactory
ReferencingFactoryFinder. getCRSFactory(Hints hints)
Returns the first implementation ofCRSFactory
matching the specified hints.static Set<CSAuthorityFactory>
ReferencingFactoryFinder. getCSAuthorityFactories(Hints hints)
Returns a set of all available implementations for theCSAuthorityFactory
interface.static CSAuthorityFactory
ReferencingFactoryFinder. getCSAuthorityFactory(String authority, Hints hints)
Returns the first implementation ofCSAuthorityFactory
matching the specified hints.static Set<CSFactory>
ReferencingFactoryFinder. getCSFactories(Hints hints)
Returns a set of all available implementations for theCSFactory
interface.static CSFactory
ReferencingFactoryFinder. getCSFactory(Hints hints)
Returns the first implementation ofCSFactory
matching the specified hints.static Set<DatumAuthorityFactory>
ReferencingFactoryFinder. getDatumAuthorityFactories(Hints hints)
Returns a set of all available implementations for theDatumAuthorityFactory
interface.static DatumAuthorityFactory
ReferencingFactoryFinder. getDatumAuthorityFactory(String authority, Hints hints)
Returns the first implementation ofDatumAuthorityFactory
matching the specified hints.static Set<DatumFactory>
ReferencingFactoryFinder. getDatumFactories(Hints hints)
Returns a set of all available implementations for theDatumFactory
interface.static DatumFactory
ReferencingFactoryFinder. getDatumFactory(Hints hints)
Returns the first implementation ofDatumFactory
matching the specified hints.static Set<GridShiftLocator>
ReferencingFactoryFinder. getGridShiftLocators(Hints hints)
Returns a set of all available implementations for theGridShiftLocator
interface.static Set<MathTransformFactory>
ReferencingFactoryFinder. getMathTransformFactories(Hints hints)
Returns a set of all available implementations for theMathTransformFactory
interface.static MathTransformFactory
ReferencingFactoryFinder. getMathTransformFactory(Hints hints)
Returns the first implementation ofMathTransformFactory
matching the specified hints. -
Uses of Hints in org.geotools.referencing.epsg.esri
Constructors in org.geotools.referencing.epsg.esri with parameters of type 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.postgresql
Methods in org.geotools.referencing.epsg.postgresql with parameters of type Hints Modifier and Type Method Description protected AbstractAuthorityFactory
ThreadedPostgreSQLEpsgFactory. 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.factory
Methods in org.geotools.referencing.factory with parameters of type Hints Modifier and Type Method Description protected static boolean
OrderedAxisCRSAuthorityFactory. 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 ReferencingFactoryContainer
ReferencingFactoryContainer. 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.epsg
Methods in org.geotools.referencing.factory.epsg with parameters of type Hints Modifier and Type Method Description protected AbstractAuthorityFactory
ThreadedEpsgFactory. createBackingStore(Hints hints)
Creates the backing store for the specified data source.Constructors in org.geotools.referencing.factory.epsg with parameters of type 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.hsql
Methods in org.geotools.referencing.factory.epsg.hsql with parameters of type Hints Modifier and Type Method Description protected AbstractAuthorityFactory
ThreadedHsqlEpsgFactory. createBackingStore(Hints hints)
Returns the backing-store factory for HSQL syntax.static DataSource
HsqlEpsgDatabase. createDataSource(Hints hints)
Constructors in org.geotools.referencing.factory.epsg.hsql with parameters of type 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.wms
Constructors in org.geotools.referencing.factory.wms with parameters of type Hints Constructor Description AutoCRSFactory(Hints hints)
Constructs a factory for theAUTO
authority using the specified hints.WebCRSFactory(Hints hints)
Constructs a factory for theCRS
authority using the specified hints. -
Uses of Hints in org.geotools.referencing.iau
Constructors in org.geotools.referencing.iau with parameters of type 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.operation
Constructors 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.builder
Constructors 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.transform
Methods in org.geotools.referencing.operation.transform with parameters of type Hints Modifier and Type Method Description static DimensionFilter
DimensionFilter. getInstance(Hints hints)
Creates or returns an existing instance from the given set of hints.Constructors in org.geotools.referencing.operation.transform with parameters of type Hints 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.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that return Hints Modifier and Type Method Description Hints
BaseCoverageProcessingNode. getHints()
Getter forHints
.Hints
CoverageProcessingNode. getHints()
Getter forHints
.Hints
StyleVisitorCoverageProcessingNodeAdapter. getHints()
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Hints Modifier and Type Method Description static GridCoverage2D
GridCoverageRendererUtilities. affine(GridCoverage2D coverage, Interpolation interpolation, AffineTransform affineTransform, double[] bkgValues, boolean useInputSampleDimensions, GridCoverageFactory gridCoverageFactory, Hints hints)
Apply an affineTransformation to a GridCoveragestatic GridCoverage2D
GridCoverageRendererUtilities. crop(GridCoverage2D coverage, GeneralBounds destinationEnvelope, boolean doReprojection, double[] backgroundValues, Hints hints)
Crop a coverage on a specified destination Envelopestatic List<GridCoverage2D>
GridCoverageRendererUtilities. forceToValidBounds(List<GridCoverage2D> coverages, ProjectionHandler handler, double[] bgValues, CoordinateReferenceSystem targetCRS, Hints hints)
Forces an input list of coverages to the valid bounds of the provided target CRS, when a reprojection is needed, using a ProjectionHandler.static GridCoverage2D
GridCoverageRendererUtilities. mosaicSorted(List<GridCoverage2D> coverages, GeneralBounds destinationEnvelope, double[] bgValues, Hints hints)
Mosaic coverages with a preliminary sorting by sizestatic List<GridCoverage2D>
GridCoverageRendererUtilities. reproject(List<GridCoverage2D> coverages, CoordinateReferenceSystem destinationCRS, Interpolation interpolation, GeneralBounds destinationEnvelope, double[] bkgValues, GridCoverageFactory gridCoverageFactory, Hints hints)
Reproject the specified list of coveragesstatic GridCoverage2D
GridCoverageRendererUtilities. reproject(GridCoverage2D coverage, CoordinateReferenceSystem destinationCRS, Interpolation interpolation, GeneralBounds destinationEnvelope, double[] bkgValues, GridCoverageFactory gridCoverageFactory, Hints hints)
Reproject a coverage to the specified destination, eventually adding a ROI if missingConstructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type 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.style
Methods 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 ofExternalGraphicFactory
which have registered using the services mechanism.static Iterator<MarkFactory>
DynamicSymbolFactoryFinder. getMarkFactories(Hints hints)
Finds all implementations ofMarkFactory
which have registered using the services mechanism. -
Uses of Hints in org.geotools.temporal
Methods in org.geotools.temporal with parameters of type Hints Modifier and Type Method Description Converter
TemporalConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
-
Uses of Hints in org.geotools.tpk
Methods in org.geotools.tpk with parameters of type Hints Modifier and Type Method Description boolean
TPKFormat. accepts(Object source, Hints hints)
AbstractGridCoverage2DReader
TPKFormat. getReader(Object source, Hints hints)
GridCoverageWriter
TPKFormat. 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.util
Methods in org.geotools.util with parameters of type Hints Modifier and Type Method Description static <T> T
Converters. convert(Object source, Class<T> target, Hints hints)
Converts an object of a particular type into an object of a different type.static <K,V>
ObjectCache<K,V>ObjectCaches. create(Hints hints)
Utility method used to produce cache based on provide HintConverter
ConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)
Creates aConverter
instance for converting one type of object to another.static Set<ConverterFactory>
Converters. getConverterFactories(Hints hints)
Returns a set of all available implementations for theConverterFactory
interface. -
Uses of Hints in org.geotools.util.factory
Fields in org.geotools.util.factory declared as Hints Modifier and Type Field Description static Hints
FactoryFinder. EMPTY_HINTS
A set of empty hints, which exclude any system hints.Methods in org.geotools.util.factory that return Hints Modifier and Type Method Description static Hints
GeoTools. addDefaultHints(Hints hints)
Used to combine provided hints with global GeoTools defaults.Hints
Hints. clone()
Returns a new map of hints with the same content than this map.static Hints
GeoTools. getDefaultHints()
Returns the default set of hints used for the various utility classes.static Hints
FactoryFinder. mergeSystemHints(Hints hints)
Returns new hints that combine user supplied hints with the defaults hints.Methods in org.geotools.util.factory with parameters of type Hints Modifier and Type Method Description static Hints
GeoTools. addDefaultHints(Hints hints)
Used to combine provided hints with global GeoTools defaults.protected <T> T
FactoryCreator. createFactory(Class<T> category, Class<?> implementation, Hints hints)
Creates a new instance of the specified factory using the specified hints.static EntityResolver
GeoTools. getEntityResolver(Hints hints)
Returns the default entity resolver, used to configureSAXParser
.<T> Stream<T>
FactoryRegistry. getFactories(Class<T> category, Predicate<? super T> filter, Hints hints)
Returns the factories in the registry for the specified category, filter and hints.<T> T
FactoryCreator. getFactory(Class<T> category, Predicate<? super T> filter, Hints hints, Hints.Key key)
Factory for the specified category, using the specified map of hints (if any).<T> T
FactoryRegistry. getFactory(Class<T> category, Predicate<? super T> filter, Hints hints, Hints.Key key)
Returns the first factory in the registry for the specified category, using the specified map of hints (if any).static void
GeoTools. init(Hints hints)
Initializes GeoTools for use.protected <T> boolean
FactoryRegistry. isAcceptable(T factory, Class<T> category, Hints hints)
Returnstrue
if the specifiedfactory
meets the requirements specified by a map ofhints
.static Hints
FactoryFinder. mergeSystemHints(Hints hints)
Returns new hints that combine user supplied hints with the defaults hints.double
Hints.DoubleKey. toValue(Hints hints)
Returns the value from the specified hints as a double.int
Hints.IntegerKey. toValue(Hints hints)
Returns the value from the specified hints as an integer. -
Uses of Hints in org.geotools.vsi
Methods in org.geotools.vsi with parameters of type Hints Modifier and Type Method Description VSIReader
VSIFormat. 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.xml
Methods in org.geotools.xml with parameters of type Hints Modifier and Type Method Description Converter
XmlConverterFactory. createConverter(Class source, Class target, Hints hints)
-
Uses of Hints in org.h2gis.geotools
Methods in org.h2gis.geotools with parameters of type Hints Modifier and Type Method Description Geometry
H2GISDialect. decodeGeometryValue(GeometryDescriptor gd, ResultSet rs, String column, GeometryFactory gf, Connection cnctn, Hints hints)
Geometry
H2GISPSDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, int column, GeometryFactory factory, Connection cx, Hints hints)
Geometry
H2GISPSDialect. decodeGeometryValue(GeometryDescriptor descriptor, ResultSet rs, String column, GeometryFactory factory, Connection cx, Hints hints)
void
H2GISDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
void
H2GISPSDialect. encodeGeometryColumn(GeometryDescriptor gatt, String prefix, int srid, Hints hints, StringBuffer sql)
-