Uses of Class
org.geotools.util.factory.Hints.Key
Packages that use Hints.Key
Package
Description
Defines the DataStore API via which all data is imported or exported.
Helper classes for building images.
Base classes for factories and
authority factories.
Basic implementations of math transforms.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Contains utilities and addition to the collection framework.
Utility classes which enable dynamic binding to factory implementations at runtime.
-
Uses of Hints.Key in org.geotools.api.data
Fields in org.geotools.api.data declared as Hints.KeyModifier and TypeFieldDescriptionstatic Hints.Key
Query.INCLUDE_MANDATORY_PROPS
When specifying properties to select, setting this hint flag true tells the datastore to include mandatory properties (i.e. properties with minOccurs >= 1) in the end result, irrespective of whether they are not included in the list of properties. -
Uses of Hints.Key in org.geotools.appschema.filter.expression
Fields in org.geotools.appschema.filter.expression declared as Hints.KeyModifier and TypeFieldDescriptionstatic Hints.Key
XmlXPathPropertyAccessorFactory.NAMESPACE_SUPPORT
Namespace support hint -
Uses of Hints.Key in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
GranuleSource.FILE_VIEW
Asks aGranuleSource
to return a file based view of the granules instead of a slice based view.static final Hints.Key
GranuleSource.NATIVE_BOUNDS
-
Uses of Hints.Key in org.geotools.data.complex.util
Fields in org.geotools.data.complex.util declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
ComplexFeatureConstants.STRING_KEY
Hints key for xlink:href used in ToXlinkHrefFunction -
Uses of Hints.Key in org.geotools.data.db2
Method parameters in org.geotools.data.db2 with type arguments of type Hints.KeyModifier and TypeMethodDescriptionprotected void
DB2SQLDialect.addSupportedHints
(Set<Hints.Key> hints) protected void
DB2SQLDialectBasic.addSupportedHints
(Set<Hints.Key> hints) protected void
DB2SQLDialectPrepared.addSupportedHints
(Set<Hints.Key> hints) -
Uses of Hints.Key in org.geotools.data.duckdb
Method parameters in org.geotools.data.duckdb with type arguments of type Hints.KeyModifier and TypeMethodDescriptionprotected void
DuckDBDialect.addSupportedHints
(Set<Hints.Key> hints) -
Uses of Hints.Key in org.geotools.data.hana
Method parameters in org.geotools.data.hana with type arguments of type Hints.KeyModifier and TypeMethodDescriptionprotected void
HanaDialect.addSupportedHints
(Set<Hints.Key> hints) -
Uses of Hints.Key in org.geotools.data.postgis
Method parameters in org.geotools.data.postgis with type arguments of type Hints.KeyModifier and TypeMethodDescriptionprotected void
PostGISDialect.addSupportedHints
(Set<Hints.Key> hints) protected void
PostGISPSDialect.addSupportedHints
(Set<Hints.Key> hints) -
Uses of Hints.Key in org.geotools.data.property
Method parameters in org.geotools.data.property with type arguments of type Hints.Key -
Uses of Hints.Key in org.geotools.data.store
Fields in org.geotools.data.store with type parameters of type Hints.KeyMethod parameters in org.geotools.data.store with type arguments of type Hints.Key -
Uses of Hints.Key in org.geotools.filter.expression
Fields in org.geotools.filter.expression declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
PropertyAccessorFactory.NAMESPACE_CONTEXT
Hints
key used to pass namespace context toPropertyAccessorFactory.createPropertyAccessor(Class, String, Class, Hints)
in the form of aNamespaceSupport
instance with the prefix/namespaceURI mappings -
Uses of Hints.Key in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
Utils.AUXILIARY_DATASTORE_PATH
static final Hints.Key
Utils.AUXILIARY_FILES_PATH
static final Hints.Key
Utils.CHECK_AUXILIARY_METADATA
static final Hints.Key
Utils.COG_SETTINGS
static final Hints.Key
Utils.EXCLUDE_MOSAIC
static final Hints.Key
GranuleAccessProvider.GRANULE_ACCESS_PROVIDER
static final Hints.Key
Utils.MOSAIC_READER
static final Hints.Key
Utils.PARENT_DIR
static final Hints.Key
GranuleAccessProvider.SUGGESTED_FORMAT
static final Hints.Key
GranuleAccessProvider.SUGGESTED_READER_SPI
static final Hints.Key
GranuleAccessProvider.SUGGESTED_STREAM_SPI
-
Uses of Hints.Key in org.geotools.gce.imagemosaic.catalog
Fields in org.geotools.gce.imagemosaic.catalog declared as Hints.Key -
Uses of Hints.Key in org.geotools.geopkg
Method parameters in org.geotools.geopkg with type arguments of type Hints.KeyModifier and TypeMethodDescriptionprotected void
GeoPkgDialect.addSupportedHints
(Set<Hints.Key> hints) -
Uses of Hints.Key in org.geotools.image
Fields in org.geotools.image declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
ImageWorker.FORCE_MOSAIC_ROI_PROPERTY
Specify whether to set a ROI property when doing a mosaic, even when background is specifiedstatic final Hints.Key
ImageWorker.PRESERVE_CHAINED_AFFINES
Specify whether to preserve chained affines instead of collapsing themstatic final Hints.Key
ImageWorker.TILING_ALLOWED
IfFALSE
, image operators are not allowed to produce tiled images. -
Uses of Hints.Key in org.geotools.jdbc
Fields in org.geotools.jdbc declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
JDBCFeatureSource.FILTER_THREE_WAY_LOGIC
Add this hint to the query to force the filter to be interepreted as a three-way logic filter, where null values are treated as unknowns and propagate up the filter evaluation tree (e..g,A <> NULL -> NULL
)</>.Methods in org.geotools.jdbc with parameters of type Hints.KeyModifier and TypeMethodDescriptionprotected boolean
JDBCDataStore.isGeometryReduceRequired
(Hints hints, GeometryDescriptor gatt, Hints.Key param) Checks if reduction required and makes senseMethod parameters in org.geotools.jdbc with type arguments of type Hints.Key -
Uses of Hints.Key in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory with parameters of type Hints.KeyModifier and TypeMethodDescriptionprotected static boolean
OrderedAxisCRSAuthorityFactory.booleanValue
(Hints userHints, Hints.Key key) Returns the boolean value for the specified hint. -
Uses of Hints.Key in org.geotools.referencing.operation.transform
Fields in org.geotools.referencing.operation.transform declared as Hints.Key -
Uses of Hints.Key in org.geotools.renderer.lite.gridcoverage2d
Fields in org.geotools.renderer.lite.gridcoverage2d declared as Hints.Key -
Uses of Hints.Key in org.geotools.renderer.style
Fields in org.geotools.renderer.style declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
DynamicSymbolFactoryFinder.MARK_FACTORY_FILTER
Rendering hint key to store aPredicate
<MarkFactory
> instance to set the allowedMarkFactory
instances to be evaluated.static final Hints.Key
DynamicSymbolFactoryFinder.MARK_FACTORY_ORDER
Rendering hint key to store aComparator
<MarkFactory
> instance to set theMarkFactory
execution order. -
Uses of Hints.Key in org.geotools.stac.store
Method parameters in org.geotools.stac.store with type arguments of type Hints.Key -
Uses of Hints.Key in org.geotools.util
Fields in org.geotools.util declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
ConverterFactory.SAFE_CONVERSION
Hint which specifies if only safe conversions should be atttemped by converter implementations. -
Uses of Hints.Key in org.geotools.util.factory
Subclasses of Hints.Key in org.geotools.util.factoryModifier and TypeClassDescriptionstatic final class
A key for value that may be specified either as instance ofT
, or asClass<T>
.static final class
Keys for extra configuration options that are passed from the overhead application into queries.static final class
A hint used to capture a configuration setting as double.static final class
Key for hints to be specified as aFile
.static final class
A hint used to capture a configuration setting as an integer.static final class
Key that allows the choice of several options.Fields in org.geotools.util.factory declared as Hints.KeyModifier and TypeFieldDescriptionstatic final Hints.Key
Hints.ASSOCIATION_PROPERTY
The name of a property to traverse in a datastore query.static final Hints.Key
The maximum number of associations traversed in a datastore query.static final Hints.Key
Hints.COORDINATE_DIMENSION
The actual coordinate dimensions of the geometry (to be used in the GeometryDescriptor user map)static final Hints.Key
Hints.CRS
TheCoordinateReferenceSystem
to use in ISO geometry factories.static final Hints.Key
Controls date time formatting output for GML 2.static final Hints.Key
Hints.DECIMATION_POLICY
Decimation choosing policy.static final Hints.Key
The defaultCoordinateReferenceSystem
to use.static final Hints.Key
Hints.ENCODE_EWKT
A flag to enabled/disable EWKT geometry encoding in ECQLstatic final Hints.Key
Hints.ENTITY_RESOLVER
TheEntityResolver
instance to use when configuring SAXParsers.static final Hints.Key
Hints.EPSG_DATA_SOURCE
The data source name to lookup from JNDI when initializing the EPSG factory.static final Hints.Key
Hints.FEATURE_2D
Request that the features returned by the feature collections should be 2D only.static final Hints.Key
Hints.FEATURE_DETACHED
Indicates the features returned by the feature collections should be considered detached from the datastore.static final Hints.Key
Applies theHints.FORCE_LONGITUDE_FIRST_AXIS_ORDER
hint to some factories that usually ignore it.static final Hints.Key
Tells if the coordinate systems created by an authority factory should be forced to (longitude,latitude) axis order.static final Hints.Key
Hints.FORCE_SRS_STYLE
Forces encoding all CRS with the srs stylestatic final Hints.Key
Tells if the coordinate systems created by an authority factory should be forced to standard axis directions.static final Hints.Key
Tells if the coordinate systems created by an authority factory should be forced to standard axis units.static final Hints.Key
Hints.GEOMETRY_DISTANCE
Asks a datastore having a vector pyramid (pre-generalized geometries) to return the geometry version whose points have been generalized less than the specified distance (further generalization might be performed by the client in memory).static final Hints.Key
Hints.GEOMETRY_GENERALIZATION
Asks a datastore to perform a topology preserving on the fly generalization of the geometries.static final Hints.Key
Hints.GEOMETRY_SIMPLIFICATION
Asks a datastore to perform a non topology preserving on the fly generalization of the geometries (e.g., returning self crossing polygons as a result of the geoneralization is considered valid).static final Hints.Key
Hints.GEOMETRY_VALIDATE
Iftrue
, geometry will be validated on creation.static final Hints.Key
Hints.GRANULE_REMOVAL_POLICY
Granule removachoosing policy.static final Hints.Key
Hints.HTTP_LOGGING
Should we log each http request FALSE/TRUE/charsetstatic final Hints.Key
Hints.JAI_INSTANCE
TheJAI
instance to use.static final Hints.Key
Hints.JTS_PRECISION_MODEL
ThePrecisionModel
instance to use.static final Hints.Key
Hints.JTS_SRID
The spatial reference ID forGeometryFactory
.static final Hints.Key
Hints.LENIENT_DATUM_SHIFT
Tells if coordinate operations should be allowed even when a datum shift is required while no method is found applicable.static final Hints.Key
Hints.LINEARIZATION_TOLERANCE
The default linearization tolerance for curved geometriesstatic final Hints.Key
Hints.LOCAL_DATE_TIME_HANDLING
Controls date field handling.static final Hints.Key
Hints.MAX_ALLOWED_TILES
Key to control the maximum allowed number of tiles that we will load.static final Hints.Key
Hints.MAX_MEMORY_SORT
Key to control the maximum number of features that will be kept in memory when performing a fallback merge-sort (used when the datastore does not have native means to handle feature sorting)static final Hints.Key
Key to control the name of the attribute that contains the location for the tiles in the mosaic index.static final Hints.Key
Hints.OVERVIEW_POLICY
Overview choosing policy.static final Hints.Key
Hints.PRIMITIVE_FACTORY
Theorg.geotools.api.geometry.primitive.PrimitiveFactory
instance to use.static final Hints.Key
Hints.PROVIDED_FID
Optional Hint used in conjunction with USE_POVIDED_FID above.static final Hints.Key
Hints.RESAMPLE_TOLERANCE
Resample tolerance (defaults toHints.DEFAULT_RESAMPLE_TOLERANCE
)static final Hints.Key
Hints.RESOLVE
Resolve setting for resolving resources.static final Hints.Key
Hints.RESOLVE_TIMEOUT
The maximum time-out for resolving resources.static final Hints.Key
Hints.SAMPLE_DIMENSION_TYPE
TheSampleDimensionType
to use.static final Hints.Key
Hints.SCREENMAP
The rendering aid used to avoid painting tiny features over and over in the same pixelstatic final Hints.Key
Hints.SKIP_EXTERNAL_OVERVIEWS
Indicates whether to skip external overview files when loading a Coverage (on by default in most raster readers).static final Hints.Key
Hints.USE_JAI_IMAGEREAD
Tells to theGridCoverageReader
instances to read the image using the JAI ImageRead operation (leveraging on Deferred Execution Model, Tile Caching,...) or the directImageReader
's read methods.static final Hints.Key
Hints.USE_PROVIDED_FID
When this key is used in the user data section of a feature and the feature store query capabilities reports being able to use provided feature ids the store will try to use the user provided feature id during insertion, and will fail if the FID cannot be parsed into a valid storage identifierstatic final Hints.Key
Hints.VERSION
Version number of the requested service.Methods in org.geotools.util.factory with parameters of type Hints.KeyModifier and TypeMethodDescription<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).