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

Packages that use Hints.Key
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime.  
org.geotools.referencing.factory Base classes for factories and authority factories. 
 

Uses of Hints.Key in org.geotools.factory
 

Fields in org.geotools.factory declared as Hints.Key
static Hints.Key Hints.JTS_GEOMETRY_FACTORY
          The GeometryFactory instance to use.
static Hints.Key Hints.JTS_COORDINATE_SEQUENCE_FACTORY
          The CoordinateSequenceFactory 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.CRS_AUTHORITY_FACTORY
          The CRSAuthorityFactory instance to use.
static Hints.Key Hints.CS_AUTHORITY_FACTORY
          The CSAuthorityFactory instance to use.
static Hints.Key Hints.DATUM_AUTHORITY_FACTORY
          The DatumAuthorityFactory instance to use.
static Hints.Key Hints.CRS_FACTORY
          The CRSFactory instance to use.
static Hints.Key Hints.CS_FACTORY
          The CSFactory instance to use.
static Hints.Key Hints.DATUM_FACTORY
          The DatumFactory instance to use.
static Hints.Key Hints.COORDINATE_OPERATION_FACTORY
          The CoordinateOperationFactory instance to use.
static Hints.Key Hints.COORDINATE_OPERATION_AUTHORITY_FACTORY
          The CoordinateOperationAuthorityFactory instance to use.
static Hints.Key Hints.MATH_TRANSFORM_FACTORY
          The MathTransformFactory instance to use.
static Hints.Key Hints.GRID_COVERAGE_PROCESSOR
          Deprecated. The interface is not yet stable. Avoid dependencies if possible.
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.JAI_INSTANCE
          The JAI instance to use.
static Hints.Key Hints.SAMPLE_DIMENSION_TYPE
          The SampleDimensionType to use.
static Hints.Key Hints.DEFAULT_COORDINATE_REFERENCE_SYSTEM
          The default CoordinateReferenceSystem to use.
static Hints.Key Hints.DATUM_SHIFT_METHOD
          The preferred datum shift method to use for coordinate operations.
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.
 

Methods in org.geotools.factory with parameters of type Hints.Key
 java.lang.Object FactoryCreator.getServiceProvider(java.lang.Class category, javax.imageio.spi.ServiceRegistry.Filter filter, Hints hints, Hints.Key key)
          Returns a provider for the specified category, using the specified map of hints (if any).
 java.lang.Object FactoryRegistry.getServiceProvider(java.lang.Class category, javax.imageio.spi.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.referencing.factory
 

Fields in org.geotools.referencing.factory declared as Hints.Key
static Hints.Key FactoryGroup.HINT_KEY
          Hint for the instance to use.
 



Copyright © GeoTools. All Rights Reserved.