|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hints.Key | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.complex | This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. |
org.geotools.data.db2 | |
org.geotools.data.postgis | |
org.geotools.data.store | |
org.geotools.factory | Utility classes which enable dynamic binding to factory implementations at runtime. |
org.geotools.filter.expression | |
org.geotools.gce.imagemosaic | |
org.geotools.image | Helper classes for building images. |
org.geotools.jdbc | |
org.geotools.referencing.operation.transform | Basic implementations of math transforms. |
org.geotools.util | Contains utilities and addition to the collection framework. |
Uses of Hints.Key in org.geotools.data |
---|
Fields in org.geotools.data declared as Hints.Key | |
---|---|
static 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.data.complex |
---|
Fields in org.geotools.data.complex declared as Hints.Key | |
---|---|
static 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.Key | |
---|---|
protected void |
DB2SQLDialect.addSupportedHints(Set<Hints.Key> hints)
|
protected void |
DB2SQLDialectPrepared.addSupportedHints(Set<Hints.Key> hints)
|
protected void |
DB2SQLDialectBasic.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 | |
---|---|
protected void |
PostGISDialect.addSupportedHints(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 | |
---|---|
protected Set<Hints.Key> |
ContentFeatureSource.hints
hints |
Method parameters in org.geotools.data.store with type arguments of type Hints.Key | |
---|---|
protected void |
ContentFeatureSource.addHints(Set<Hints.Key> hints)
Subclass hook too add additional hints. |
Uses of Hints.Key in org.geotools.factory |
---|
Subclasses of Hints.Key in org.geotools.factory | |
---|---|
static class |
Hints.ClassKey
A key for value that may be specified either as instance of T , or as
Class<T> . |
static class |
Hints.DoubleKey
A hint used to capture a configuration setting as double. |
static class |
Hints.FileKey
Key for hints to be specified as a File . |
static class |
Hints.IntegerKey
A hint used to capture a configuration setting as an integer. |
static class |
Hints.OptionKey
Key that allows the choice of several options. |
Fields in org.geotools.factory declared as Hints.Key | |
---|---|
static Hints.Key |
Hints.AGGREGATE_FACTORY
The AggregateFactory instance to use. |
static Hints.Key |
Hints.ASSOCIATION_PROPERTY
The name of a property to traverse in a datastore query. |
static Hints.Key |
Hints.ASSOCIATION_TRAVERSAL_DEPTH
The maximum number of associations traversed in a datastore query. |
static Hints.Key |
Hints.COMPLEX_FACTORY
The ComplexFactory instance to use. |
static Hints.Key |
Hints.COORDINATE_DIMENSION
The actual coordinate dimensions of the geometry (to be used in the GeometryDescriptor user map) |
static Hints.Key |
Hints.COVERAGE_PROCESSING_VIEW
Forces the grid coverage processor to perform operations on the specified view. |
static Hints.Key |
Hints.CRS
The CoordinateReferenceSystem to use in
ISO geometry factories. |
static Hints.Key |
Hints.DECIMATION_POLICY
Decimation choosing policy. |
static Hints.Key |
Hints.DEFAULT_COORDINATE_REFERENCE_SYSTEM
The default CoordinateReferenceSystem
to use. |
static Hints.Key |
Hints.EPSG_DATA_SOURCE
The data source name to lookup from JNDI when initializing the EPSG factory. |
static Hints.Key |
Hints.FEATURE_2D
Request that the features returned by the feature collections should be 2D only. |
static Hints.Key |
Hints.FEATURE_DETACHED
Indicates the features returned by the feature collections should be considered detached from the datastore. |
static Hints.Key |
Hints.FEATURE_TYPE_FACTORY_NAME
Deprecated. This hint controls FeatureTypeBuilder which is now deprecated |
static Hints.Key |
Hints.FORCE_AXIS_ORDER_HONORING
Applies the Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER hint to some factories that usually
ignore it. |
static Hints.Key |
Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER
Tells if the coordinate systems created by an authority factory should be forced to (longitude,latitude) axis order. |
static Hints.Key |
Hints.FORCE_STANDARD_AXIS_DIRECTIONS
Tells if the coordinate systems created by an authority factory should be forced to standard axis directions. |
static Hints.Key |
Hints.FORCE_STANDARD_AXIS_UNITS
Tells if the coordinate systems created by an authority factory should be forced to standard axis units. |
static 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 spefiedi distance (further generalization might be performed by the client in memory). |
static Hints.Key |
Hints.GEOMETRY_FACTORY
The GeometryFactory instance to use. |
static Hints.Key |
Hints.GEOMETRY_GENERALIZATION
Asks a datastore to perform a topology preserving on the fly generalization of the geometries. |
static 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 Hints.Key |
Hints.GEOMETRY_VALIDATE
If true , geometry will be validated on creation. |
static Hints.Key |
Hints.JAI_INSTANCE
The JAI instance to use. |
static Hints.Key |
Hints.JTS_PRECISION_MODEL
The PrecisionModel instance to use. |
static Hints.Key |
Hints.JTS_SRID
The spatial reference ID for GeometryFactory . |
static 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 Hints.Key |
Hints.MAX_ALLOWED_TILES
Key to control the maximum allowed number of tiles that we will load. |
static 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 Hints.Key |
Hints.MOSAIC_LOCATION_ATTRIBUTE
Key to control the name of the attribute that contains the location for the tiles in the mosaic index. |
static Hints.Key |
Hints.OVERVIEW_POLICY
Overview choosing policy. |
static Hints.Key |
Hints.POSITION_FACTORY
The PositionFactory instance to use. |
static Hints.Key |
Hints.PRECISION
The Precision to use in ISO geometry factories. |
static Hints.Key |
Hints.PRIMITIVE_FACTORY
The PrimitiveFactory instance to use. |
static Hints.Key |
Hints.PROVIDED_FID
Optional Hint used in conjunction with USE_POVIDED_FID above. |
static Hints.Key |
Hints.REPLACE_NON_GEOPHYSICS_VIEW
Deprecated. Replaced by Hints.COVERAGE_PROCESSING_VIEW key with a
ViewType.PHOTOGRAPHIC value. |
static Hints.Key |
Hints.RESAMPLE_TOLERANCE
Resample tolerance (defaults to 0.333) |
static Hints.Key |
Hints.RESOLVE
Resolve setting for resolving resources. |
static Hints.Key |
Hints.RESOLVE_TIMEOUT
The maximum time-out for resolving resources. |
static Hints.Key |
Hints.SAMPLE_DIMENSION_TYPE
The SampleDimensionType to use. |
static Hints.Key |
Hints.SCREENMAP
The rendering aid used to avoid painting tiny features over and over in the same pixel |
static Hints.Key |
Hints.TILE_ENCODING
The tile encoder name (as a String value) to use during serialization of image data in
a GridCoverage2D object. |
static Hints.Key |
Hints.USE_JAI_IMAGEREAD
Tells to the GridCoverageReader instances to read
the image using the JAI ImageRead operation (leveraging on Deferred Execution Model,
Tile Caching,...) or the direct ImageReader 's read methods. |
static 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 identifier Example use with Feature.getUserData():
feature.getUserData().put( Hints.USE_PROVIDED_FID, true );
|
static Hints.Key |
Hints.VERSION
Version number of the requested service. |
Methods in org.geotools.factory with parameters of type Hints.Key | ||
---|---|---|
|
FactoryCreator.getServiceProvider(Class<T> category,
ServiceRegistry.Filter filter,
Hints hints,
Hints.Key key)
Returns a provider for the specified category, using the specified map of hints (if any). |
|
|
FactoryRegistry.getServiceProvider(Class<T> category,
ServiceRegistry.Filter filter,
Hints hints,
Hints.Key key)
Returns the first provider in the registry for the specified category, using the specified map of hints (if any). |
Uses of Hints.Key in org.geotools.filter.expression |
---|
Fields in org.geotools.filter.expression declared as Hints.Key | |
---|---|
static Hints.Key |
PropertyAccessorFactory.NAMESPACE_CONTEXT
Hints key used to pass namespace context to
PropertyAccessorFactory.createPropertyAccessor(Class, String, Class, Hints) in the form of a
NamespaceSupport instance with the prefix/namespaceURI mappings |
static Hints.Key |
XmlXPathPropertyAccessorFactory.NAMESPACE_SUPPORT
Namespace support hint |
Uses of Hints.Key in org.geotools.gce.imagemosaic |
---|
Fields in org.geotools.gce.imagemosaic declared as Hints.Key | |
---|---|
static Hints.Key |
Utils.AUXILIARY_FILES_PATH
|
static Hints.Key |
Utils.CHECK_AUXILIARY_METADATA
|
static Hints.Key |
Utils.EXCLUDE_MOSAIC
|
static Hints.Key |
Utils.MOSAIC_READER
|
Uses of Hints.Key in org.geotools.image |
---|
Fields in org.geotools.image declared as Hints.Key | |
---|---|
static Hints.Key |
ImageWorker.TILING_ALLOWED
If FALSE , image operators are not allowed to
produce tiled images. |
Uses of Hints.Key in org.geotools.jdbc |
---|
Methods in org.geotools.jdbc with parameters of type Hints.Key | |
---|---|
protected boolean |
JDBCDataStore.isGeometryReduceRequired(Hints hints,
GeometryDescriptor gatt,
Hints.Key param)
Checks if reduction required and makes sense |
Method parameters in org.geotools.jdbc with type arguments of type Hints.Key | |
---|---|
protected void |
JDBCFeatureSource.addHints(Set<Hints.Key> hints)
|
protected void |
SQLDialect.addSupportedHints(Set<Hints.Key> hints)
Add hints to the JDBC Feature Source. |
Uses of Hints.Key in org.geotools.referencing.operation.transform |
---|
Fields in org.geotools.referencing.operation.transform declared as Hints.Key | |
---|---|
static Hints.Key |
DimensionFilter.INSTANCE
Hint key for specifying a particular instance of DimensionFilter to use. |
Uses of Hints.Key in org.geotools.util |
---|
Fields in org.geotools.util declared as Hints.Key | |
---|---|
static Hints.Key |
ConverterFactory.SAFE_CONVERSION
Hint which specifies if only safe conversions should be atttemped by converter implementations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |