Uses of Class
org.geotools.factory.Hints.Key

Packages that use Hints.Key
org.geotools.data.db2   
org.geotools.data.store   
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
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. 
org.geotools.xml Package supporting XML parsing with a focus on GML. 
 

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 DB2SQLDialectPrepared.addSupportedHints(Set<Hints.Key> hints)
           
protected  void DB2SQLDialectBasic.addSupportedHints(Set<Hints.Key> hints)
           
protected  void DB2SQLDialect.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.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
          Whether the features returned by the feature collections should be considered detached from the datastore, that is, they are updatable without altering the backing store (makes sense only if features are kept in memory or if there is some transparent persistent mechanism in place, such as the Hibernate one)
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.GRID_COVERAGE_PROCESSOR
          Deprecated. The GridCoverageProcessor interface is not yet stable. Avoid dependencies if possible.
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.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.REPLACE_NON_GEOPHYSICS_VIEW
          Deprecated. Replaced by Hints.COVERAGE_PROCESSING_VIEW key with a ViewType.PHOTOGRAPHIC value.
static Hints.Key Hints.SAMPLE_DIMENSION_TYPE
          The SampleDimensionType to use.
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
static Hints.Key Hints.VERSION
          Version number of the requested service.
 

Methods in org.geotools.factory with parameters of type Hints.Key
<T> T
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).
<T> T
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).
 

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.
 

Uses of Hints.Key in org.geotools.xml
 

Fields in org.geotools.xml declared as Hints.Key
static Hints.Key XPathPropertyAccessorFactory.NAMESPACE_SUPPORT
          Namespace support hint
 



Copyright © 1996-2010 Geotools. All Rights Reserved.