|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hints | |
org.geotools.coverage | Coverage implementation. |
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.operation | Deprecated package. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
org.geotools.factory | Utility classes which enable dynamic binding to factory implementations at runtime. |
org.geotools.gce.geotiff | A grid coverage exchange to manage the GeoTIFF Revision 1.0 format. |
org.geotools.geometry | Geometry implementation. |
org.geotools.geometry.jts | |
org.geotools.referencing | Reference systems implementation. |
org.geotools.referencing.factory | Base classes for factories and authority factories. |
org.geotools.referencing.factory.epsg | Authority factories for the EPSG database. |
org.geotools.referencing.factory.wms | Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). |
org.geotools.referencing.operation | Coordinate operation implementation. |
Uses of Hints in org.geotools.coverage |
Methods in org.geotools.coverage with parameters of type Hints | |
static GridCoverageFactory |
FactoryFinder.getGridCoverageFactory(Hints hints)
Returns the first implementation of GridCoverageFactory matching the specified hints.
|
Uses of Hints in org.geotools.coverage.grid |
Constructors in org.geotools.coverage.grid with parameters of type Hints | |
GridCoverageFactory(Hints hints)
Creates a factory using the specified set of hints. |
Uses of Hints in org.geotools.coverage.operation |
Methods in org.geotools.coverage.operation with parameters of type Hints | |
static GridCoverage2D |
Resampler2D.reproject(GridCoverage2D sourceCoverage,
org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS,
GridGeometry2D targetGG,
javax.media.jai.Interpolation interpolation,
Hints hints)
Deprecated. Creates a new coverage with a different coordinate reference reference system. |
Uses of Hints in org.geotools.coverage.processing |
Fields in org.geotools.coverage.processing declared as Hints | |
Hints |
OperationJAI.Parameters.hints
The rendering hints to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method.
|
Methods in org.geotools.coverage.processing with parameters of type Hints | |
protected org.opengis.coverage.Coverage |
OperationJAI.doOperation(org.opengis.parameter.ParameterValueGroup parameters,
Hints hints)
Applies a process operation to a grid coverage. |
protected void |
OperationJAI.resampleToCommonGeometry(GridCoverage2D[] sources,
org.opengis.referencing.crs.CoordinateReferenceSystem crs2D,
org.opengis.referencing.operation.MathTransform2D gridToCrs2D,
Hints hints)
Resamples all sources grid coverages to the same two-dimensional geometry before to apply the OperationJAI.operation. |
protected abstract org.opengis.coverage.Coverage |
AbstractOperation.doOperation(org.opengis.parameter.ParameterValueGroup parameters,
Hints hints)
Applies a process operation to a coverage. |
protected static GridCoverageFactory |
Operation2D.getFactory(Hints hints)
Returns the factory to use for creating new GridCoverage2D objects. |
Uses of Hints in org.geotools.coverage.processing.operation |
Methods in org.geotools.coverage.processing.operation with parameters of type Hints | |
protected org.opengis.coverage.Coverage |
SelectSampleDimension.doOperation(org.opengis.parameter.ParameterValueGroup parameters,
Hints hints)
Applies the band select operation to a grid coverage. |
protected org.opengis.coverage.Coverage |
Resample.doOperation(org.opengis.parameter.ParameterValueGroup parameters,
Hints hints)
Resample a grid coverage. |
protected org.opengis.coverage.Coverage |
Interpolate.doOperation(org.opengis.parameter.ParameterValueGroup parameters,
Hints hints)
Applies an interpolation to a grid coverage. |
Uses of Hints in org.geotools.factory |
Fields in org.geotools.factory declared as Hints | |
protected Hints |
BasicFactories.hints
The hints to be used for all factory creation. |
Methods in org.geotools.factory with parameters of type Hints | |
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). |
protected java.lang.Object |
FactoryCreator.createServiceProvider(java.lang.Class category,
java.lang.Class implementation,
Hints hints)
Creates a new instance of the specified factory using the specified hints. |
static javax.naming.InitialContext |
JNDI.getInitialContext(Hints hints)
Returns the default initial context. |
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). |
protected boolean |
FactoryRegistry.isAcceptable(java.lang.Object provider,
java.lang.Class category,
Hints hints)
Returns if the specified meets the requirements specified by a map of . |
Constructors in org.geotools.factory with parameters of type Hints | |
FactoryUsingVolatileDependencies(Hints hints)
Deprecated. Constructs a factory with a default priority. |
|
FactoryUsingVolatileDependencies(Hints hints,
int priority)
Deprecated. Constructs a factory with the specified priority. |
Uses of Hints in org.geotools.gce.geotiff |
Constructors in org.geotools.gce.geotiff with parameters of type Hints | |
GeoTiffReader(org.opengis.coverage.grid.Format creater,
java.lang.Object source,
Hints hints)
Creates a new instance of GeoTiffReader |
|
GeoTiffCoordinateSystemAdapter(Hints hints)
Creates a new instance of GeoTiffCoordinateSystemAdapter |
Uses of Hints in org.geotools.geometry |
Constructors in org.geotools.geometry with parameters of type Hints | |
TransformedDirectPosition(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
Hints hints)
Creates a new direct position with the specified coordinate reference system. |
Uses of Hints in org.geotools.geometry.jts |
Methods in org.geotools.geometry.jts with parameters of type Hints | |
static com.vividsolutions.jts.geom.GeometryFactory |
FactoryFinder.getGeometryFactory(Hints hints)
Returns the first implementation of GeometryFactory matching the specified hints.
|
static com.vividsolutions.jts.geom.PrecisionModel |
FactoryFinder.getPrecisionModel(Hints hints)
Returns the first implementation of PrecisionModel matching the specified hints.
|
static com.vividsolutions.jts.geom.CoordinateSequenceFactory |
FactoryFinder.getCoordinateSequenceFactory(Hints hints)
Returns the first implementation of CoordinateSequenceFactory matching the specified
hints. |
Uses of Hints in org.geotools.referencing |
Methods in org.geotools.referencing with parameters of type Hints | |
static org.opengis.referencing.datum.DatumFactory |
FactoryFinder.getDatumFactory(Hints hints)
Returns the first implementation of DatumFactory matching the specified hints.
|
static org.opengis.referencing.cs.CSFactory |
FactoryFinder.getCSFactory(Hints hints)
Returns the first implementation of CSFactory matching the specified hints.
|
static org.opengis.referencing.crs.CRSFactory |
FactoryFinder.getCRSFactory(Hints hints)
Returns the first implementation of CRSFactory matching the specified hints.
|
static org.opengis.referencing.operation.CoordinateOperationFactory |
FactoryFinder.getCoordinateOperationFactory(Hints hints)
Returns the first implementation of CoordinateOperationFactory matching the specified
hints. |
static org.opengis.referencing.datum.DatumAuthorityFactory |
FactoryFinder.getDatumAuthorityFactory(java.lang.String authority,
Hints hints)
Returns the first implementation of DatumAuthorityFactory matching the specified
hints. |
static org.opengis.referencing.cs.CSAuthorityFactory |
FactoryFinder.getCSAuthorityFactory(java.lang.String authority,
Hints hints)
Returns the first implementation of CSAuthorityFactory matching the specified
hints. |
static org.opengis.referencing.crs.CRSAuthorityFactory |
FactoryFinder.getCRSAuthorityFactory(java.lang.String authority,
Hints hints)
Returns the first implementation of CRSAuthorityFactory matching the specified
hints. |
static org.opengis.referencing.operation.CoordinateOperationAuthorityFactory |
FactoryFinder.getCoordinateOperationAuthorityFactory(java.lang.String authority,
Hints hints)
Returns the first implementation of CoordinateOperationAuthorityFactory matching
the specified hints. |
static org.opengis.referencing.operation.MathTransformFactory |
FactoryFinder.getMathTransformFactory(Hints hints)
Returns the first implementation of MathTransformFactory matching the specified
hints. |
Uses of Hints in org.geotools.referencing.factory |
Methods in org.geotools.referencing.factory with parameters of type Hints | |
static FactoryGroup |
FactoryGroup.createInstance(Hints hints)
Creates an instance from the specified hints. |
Constructors in org.geotools.referencing.factory with parameters of type Hints | |
AllAuthoritiesFactory(Hints hints)
Creates a new factory using the specified hints and the default name separator. |
|
AllAuthoritiesFactory(Hints hints,
java.util.Collection factories)
Creates a new factory using the specified hints and a set of user factories. |
|
AllAuthoritiesFactory(Hints hints,
java.util.Collection factories,
char separator)
Creates a new factory using the specified hints, user factories and name separator. |
|
AuthorityFactoryAdapter(java.lang.String authority,
Hints hints)
Creates a wrappers around the default factories for the specified authority. |
|
OrderedAxisAuthorityFactory(java.lang.String authority,
Hints hints,
boolean fixUnits)
Creates a factory which will reorder the axis of all objects created by the default authority factories. |
|
DeferredAuthorityFactory(Hints hints,
int priority)
Constructs an instance without initial backing store. |
|
DeferredAuthorityFactory(Hints hints,
int priority,
int maxStrongReferences)
Constructs an instance without initial backing store. |
|
AbstractAuthorityFactory(Hints hints,
int priority)
Constructs an instance using the specified hints. |
|
FactoryGroup(Hints hints)
Constructs an instance using the factories initialized with the specified hints. |
Uses of Hints in org.geotools.referencing.factory.epsg |
Methods in org.geotools.referencing.factory.epsg with parameters of type Hints | |
AbstractAuthorityFactory |
PostgreDataSource.createFactory(Hints hints)
Open a connection and creates an EPSG factory for it. |
AbstractAuthorityFactory |
AccessDataSource.createFactory(Hints hints)
Open a connection and creates an EPSG factory for it. |
AbstractAuthorityFactory |
HSQLDataSource.createFactory(Hints hints)
Opens a connection and creates an EPSG factory for it. |
AbstractAuthorityFactory |
SimpleDataSource.createFactory(Hints hints)
Opens a connection and creates an EPSG factory for it. |
AbstractAuthorityFactory |
DataSource.createFactory(Hints hints)
Opens a connection and creates an EPSG factory for it. |
Constructors in org.geotools.referencing.factory.epsg with parameters of type Hints | |
DefaultFactory(Hints hints)
Constructs an authority factory using a set of factories created from the specified hints. |
|
FactoryUsingOracleSQL(Hints hints,
java.sql.Connection connection)
Constructs an authority factory using the specified connection. |
|
FactoryUsingOracleSQL(Hints hints,
java.sql.Connection connection,
java.lang.String epsgSchema)
Constructs an authority factory using the specified connection to an EPSG database and a database schema. |
|
FactoryUsingWKT(Hints hints)
Constructs an authority factory using a set of factories created from the specified hints. |
|
FactoryUsingSQL(Hints hints,
java.sql.Connection connection)
Constructs an authority factory using the specified connection. |
|
FactoryUsingAnsiSQL(Hints hints,
java.sql.Connection connection)
Constructs an authority factory using the specified connection. |
Uses of Hints in org.geotools.referencing.factory.wms |
Constructors in org.geotools.referencing.factory.wms with parameters of type Hints | |
WebCRSFactory(Hints hints)
Constructs a factory for the authority using the specified hints. |
|
AutoCRSFactory(Hints hints)
Constructs a factory for the authority using the specified hints. |
Uses of Hints in org.geotools.referencing.operation |
Constructors in org.geotools.referencing.operation with parameters of type Hints | |
AuthorityBackedFactory(Hints hints)
Creates a new factory backed by an authority factory fetched using the specified hints. |
|
AbstractCoordinateOperationFactory(Hints hints)
Constructs a coordinate operation factory using the specified hints. |
|
AbstractCoordinateOperationFactory(Hints hints,
int priority)
Constructs a coordinate operation factory using the specified hints and priority. |
|
DefaultCoordinateOperationFactory(Hints hints)
Constructs a coordinate operation factory using the specified hints. |
|
DefaultCoordinateOperationFactory(Hints hints,
int priority)
Constructs a coordinate operation factory using the specified hints and priority. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |