Uses of Class
org.geotools.util.factory.Hints.Key
-
-
Uses of Hints.Key in org.geotools.api.data
Fields in org.geotools.api.data declared as Hints.Key Modifier and Type Field Description static Hints.KeyQuery. INCLUDE_MANDATORY_PROPSWhen 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.Key Modifier and Type Field Description static Hints.KeyXmlXPathPropertyAccessorFactory. NAMESPACE_SUPPORTNamespace support hint -
Uses of Hints.Key in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io declared as Hints.Key Modifier and Type Field Description static Hints.KeyGranuleSource. FILE_VIEWAsks aGranuleSourceto return a file based view of the granules instead of a slice based view.static Hints.KeyGranuleSource. NATIVE_BOUNDS -
Uses of Hints.Key in org.geotools.data.complex.util
Fields in org.geotools.data.complex.util declared as Hints.Key Modifier and Type Field Description static Hints.KeyComplexFeatureConstants. STRING_KEYHints 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.Key Modifier and Type Method Description protected voidDB2SQLDialect. addSupportedHints(Set<Hints.Key> hints)protected voidDB2SQLDialectBasic. addSupportedHints(Set<Hints.Key> hints)protected voidDB2SQLDialectPrepared. 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.Key Modifier and Type Method Description protected voidDuckDBDialect. 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.Key Modifier and Type Method Description protected voidHanaDialect. 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.Key Modifier and Type Method Description protected voidPostGISDialect. addSupportedHints(Set<Hints.Key> hints)protected voidPostGISPSDialect. 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 Modifier and Type Method Description protected voidPropertyFeatureSource. addHints(Set<Hints.Key> hints)protected voidPropertyFeatureStore. addHints(Set<Hints.Key> hints) -
Uses of Hints.Key in org.geotools.data.store
Fields in org.geotools.data.store with type parameters of type Hints.Key Modifier and Type Field Description protected Set<Hints.Key>ContentFeatureSource. hintsHintsMethod parameters in org.geotools.data.store with type arguments of type Hints.Key Modifier and Type Method Description protected voidContentFeatureSource. addHints(Set<Hints.Key> hints)Subclass hook too add additional hints. -
Uses of Hints.Key in org.geotools.filter.expression
Fields in org.geotools.filter.expression declared as Hints.Key Modifier and Type Field Description static Hints.KeyPropertyAccessorFactory. NAMESPACE_CONTEXTHintskey used to pass namespace context toPropertyAccessorFactory.createPropertyAccessor(Class, String, Class, Hints)in the form of aNamespaceSupportinstance with the prefix/namespaceURI mappings -
Uses of Hints.Key in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as Hints.Key Modifier and Type Field Description static Hints.KeyUtils. AUXILIARY_DATASTORE_PATHstatic Hints.KeyUtils. AUXILIARY_FILES_PATHstatic Hints.KeyUtils. CHECK_AUXILIARY_METADATAstatic Hints.KeyUtils. COG_SETTINGSstatic Hints.KeyUtils. EXCLUDE_MOSAICstatic Hints.KeyGranuleAccessProvider. GRANULE_ACCESS_PROVIDERstatic Hints.KeyUtils. MOSAIC_READERstatic Hints.KeyUtils. PARENT_DIRstatic Hints.KeyGranuleAccessProvider. SUGGESTED_FORMATstatic Hints.KeyGranuleAccessProvider. SUGGESTED_READER_SPIstatic Hints.KeyGranuleAccessProvider. SUGGESTED_STREAM_SPI -
Uses of Hints.Key in org.geotools.gce.imagemosaic.catalog
Fields in org.geotools.gce.imagemosaic.catalog declared as Hints.Key Modifier and Type Field Description static Hints.KeyCatalogConfigurationBeans. COVERAGE_NAME -
Uses of Hints.Key in org.geotools.geopkg
Method parameters in org.geotools.geopkg with type arguments of type Hints.Key Modifier and Type Method Description protected voidGeoPkgDialect. addSupportedHints(Set<Hints.Key> hints) -
Uses of Hints.Key in org.geotools.image
Fields in org.geotools.image declared as Hints.Key Modifier and Type Field Description static Hints.KeyImageWorker. FORCE_MOSAIC_ROI_PROPERTYSpecify whether to set a ROI property when doing a mosaic, even when background is specifiedstatic Hints.KeyImageWorker. PRESERVE_CHAINED_AFFINESSpecify whether to preserve chained affines instead of collapsing themstatic Hints.KeyImageWorker. TILING_ALLOWEDIfFALSE, 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.Key Modifier and Type Field Description static Hints.KeyJDBCFeatureSource. FILTER_THREE_WAY_LOGICAdd 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.Key Modifier and Type Method Description protected booleanJDBCDataStore. 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 Modifier and Type Method Description protected voidJDBCFeatureSource. addHints(Set<Hints.Key> hints)protected voidSQLDialect. addSupportedHints(Set<Hints.Key> hints)Add hints to the JDBC Feature Source. -
Uses of Hints.Key in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory with parameters of type Hints.Key Modifier and Type Method Description protected static booleanOrderedAxisCRSAuthorityFactory. 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 Modifier and Type Field Description static Hints.KeyDimensionFilter. INSTANCEHint key for specifying a particular instance ofDimensionFilterto use. -
Uses of Hints.Key in org.geotools.renderer.lite.gridcoverage2d
Fields in org.geotools.renderer.lite.gridcoverage2d declared as Hints.Key Modifier and Type Field Description static Hints.KeyGridCoverageRenderer. PADDINGHint's KEY specifying a custom padding -
Uses of Hints.Key in org.geotools.renderer.style
Fields in org.geotools.renderer.style declared as Hints.Key Modifier and Type Field Description static Hints.KeyDynamicSymbolFactoryFinder. MARK_FACTORY_FILTERRendering hint key to store aPredicate<MarkFactory> instance to set the allowedMarkFactoryinstances to be evaluated.static Hints.KeyDynamicSymbolFactoryFinder. MARK_FACTORY_ORDERRendering hint key to store aComparator<MarkFactory> instance to set theMarkFactoryexecution order. -
Uses of Hints.Key in org.geotools.stac.store
Method parameters in org.geotools.stac.store with type arguments of type Hints.Key Modifier and Type Method Description protected voidSTACFeatureSource. addHints(Set<Hints.Key> hints) -
Uses of Hints.Key in org.geotools.util
Fields in org.geotools.util declared as Hints.Key Modifier and Type Field Description static Hints.KeyConverterFactory. SAFE_CONVERSIONHint 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.factory Modifier and Type Class Description static classHints.ClassKeyA key for value that may be specified either as instance ofT, or asClass<T>.static classHints.ConfigurationMetadataKeyKeys for extra configuration options that are passed from the overhead application into queries.static classHints.DoubleKeyA hint used to capture a configuration setting as double.static classHints.FileKeyKey for hints to be specified as aFile.static classHints.IntegerKeyA hint used to capture a configuration setting as an integer.static classHints.OptionKeyKey that allows the choice of several options.Fields in org.geotools.util.factory declared as Hints.Key Modifier and Type Field Description static Hints.KeyHints. ASSOCIATION_PROPERTYThe name of a property to traverse in a datastore query.static Hints.KeyHints. ASSOCIATION_TRAVERSAL_DEPTHThe maximum number of associations traversed in a datastore query.static Hints.KeyHints. COORDINATE_DIMENSIONThe actual coordinate dimensions of the geometry (to be used in the GeometryDescriptor user map)static Hints.KeyHints. CRSTheCoordinateReferenceSystemto use in ISO geometry factories.static Hints.KeyHints. DATE_TIME_FORMAT_HANDLINGControls date time formatting output for GML 2.static Hints.KeyHints. DECIMATION_POLICYDecimation choosing policy.static Hints.KeyHints. DEFAULT_COORDINATE_REFERENCE_SYSTEMThe defaultCoordinateReferenceSystemto use.static Hints.KeyHints. ENCODE_EWKTA flag to enabled/disable EWKT geometry encoding in ECQLstatic Hints.KeyHints. ENTITY_RESOLVERTheEntityResolverinstance to use when configuring SAXParsers.static Hints.KeyHints. EPSG_DATA_SOURCEThe data source name to lookup from JNDI when initializing the EPSG factory.static Hints.KeyHints. FEATURE_2DRequest that the features returned by the feature collections should be 2D only.static Hints.KeyHints. FEATURE_DETACHEDIndicates the features returned by the feature collections should be considered detached from the datastore.static Hints.KeyHints. FORCE_AXIS_ORDER_HONORINGApplies theHints.FORCE_LONGITUDE_FIRST_AXIS_ORDERhint to some factories that usually ignore it.static Hints.KeyHints. FORCE_LONGITUDE_FIRST_AXIS_ORDERTells if the coordinate systems created by an authority factory should be forced to (longitude,latitude) axis order.static Hints.KeyHints. FORCE_SRS_STYLEForces encoding all CRS with the srs stylestatic Hints.KeyHints. FORCE_STANDARD_AXIS_DIRECTIONSTells if the coordinate systems created by an authority factory should be forced to standard axis directions.static Hints.KeyHints. FORCE_STANDARD_AXIS_UNITSTells if the coordinate systems created by an authority factory should be forced to standard axis units.static Hints.KeyHints. GEOMETRY_DISTANCEAsks 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 Hints.KeyHints. GEOMETRY_GENERALIZATIONAsks a datastore to perform a topology preserving on the fly generalization of the geometries.static Hints.KeyHints. GEOMETRY_SIMPLIFICATIONAsks 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 Hints.KeyHints. GEOMETRY_VALIDATEIftrue, geometry will be validated on creation.static Hints.KeyHints. GRANULE_REMOVAL_POLICYGranule removachoosing policy.static Hints.KeyHints. HTTP_LOGGINGShould we log each http request FALSE/TRUE/charsetstatic Hints.KeyHints. JAI_INSTANCETheJAIinstance to use.static Hints.KeyHints. JTS_PRECISION_MODELThePrecisionModelinstance to use.static Hints.KeyHints. JTS_SRIDThe spatial reference ID forGeometryFactory.static Hints.KeyHints. LENIENT_DATUM_SHIFTTells if coordinate operations should be allowed even when a datum shift is required while no method is found applicable.static Hints.KeyHints. LINEARIZATION_TOLERANCEThe default linearization tolerance for curved geometriesstatic Hints.KeyHints. LOCAL_DATE_TIME_HANDLINGControls date field handling.static Hints.KeyHints. MAX_ALLOWED_TILESKey to control the maximum allowed number of tiles that we will load.static Hints.KeyHints. MAX_MEMORY_SORTKey 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 Hints.KeyHints. MOSAIC_LOCATION_ATTRIBUTEKey to control the name of the attribute that contains the location for the tiles in the mosaic index.static Hints.KeyHints. OVERVIEW_POLICYOverview choosing policy.static Hints.KeyHints. PRIMITIVE_FACTORYTheorg.geotools.api.geometry.primitive.PrimitiveFactoryinstance to use.static Hints.KeyHints. PROVIDED_FIDOptional Hint used in conjunction with USE_POVIDED_FID above.static Hints.KeyHints. RESAMPLE_TOLERANCEResample tolerance (defaults toHints.DEFAULT_RESAMPLE_TOLERANCE)static Hints.KeyHints. RESOLVEResolve setting for resolving resources.static Hints.KeyHints. RESOLVE_TIMEOUTThe maximum time-out for resolving resources.static Hints.KeyHints. SAMPLE_DIMENSION_TYPETheSampleDimensionTypeto use.static Hints.KeyHints. SCREENMAPThe rendering aid used to avoid painting tiny features over and over in the same pixelstatic Hints.KeyHints. SKIP_EXTERNAL_OVERVIEWSIndicates whether to skip external overview files when loading a Coverage (on by default in most raster readers).static Hints.KeyHints. TILE_ENCODINGThe tile encoder name (as aStringvalue) to use during serialization of image data in aGridCoverage2Dobject.static Hints.KeyHints. USE_JAI_IMAGEREADTells to theGridCoverageReaderinstances to read the image using the JAI ImageRead operation (leveraging on Deferred Execution Model, Tile Caching,...) or the directImageReader's read methods.static Hints.KeyHints. USE_PROVIDED_FIDWhen 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 Hints.KeyHints. VERSIONVersion number of the requested service.Methods in org.geotools.util.factory with parameters of type Hints.Key Modifier and Type Method Description <T> TFactoryCreator. getFactory(Class<T> category, Predicate<? super T> filter, Hints hints, Hints.Key key)Factory for the specified category, using the specified map of hints (if any).<T> TFactoryRegistry. getFactory(Class<T> category, Predicate<? super T> filter, Hints hints, Hints.Key key)Returns the first factory in the registry for the specified category, using the specified map of hints (if any).
-