Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
XmlXPathPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
void |
JoiningJDBCFeatureSource.encodeColumnName(String colName,
String typeName,
StringBuffer sql,
Hints hints)
Encode column name with table name included.
|
void |
JoiningJDBCFeatureSource.encodeColumnName2(String colName,
String typeName,
StringBuffer sql,
Hints hints)
Encode column name with table name included, but do not include schema name (for aliases)
|
protected void |
JoiningJDBCFeatureSource.encodeGeometryColumn(GeometryDescriptor gatt,
String typeName,
StringBuffer sql,
Hints hints)
Encoding a geometry column with respect to hints Supported Hints are provided by
SQLDialect.addSupportedHints(Set) |
Modifier and Type | Method and Description |
---|---|
boolean |
ArcSDERasterFormat.accepts(Object input,
Hints hints) |
AbstractGridCoverage2DReader |
ArcSDERasterFormat.getReader(Object source,
Hints hints) |
GridCoverageWriter |
ArcSDERasterFormat.getWriter(Object destination,
Hints hints) |
Constructor and Description |
---|
ArcSDEGridCoverage2DReaderJAI(ArcSDERasterFormat parent,
RasterReaderFactory rasterReaderFactory,
RasterDatasetInfo rasterInfo,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
static Set<GridCoverageFactory> |
CoverageFactoryFinder.getGridCoverageFactories(Hints hints)
Returns a set of all available implementations for the
GridCoverageFactory interface. |
static GridCoverageFactory |
CoverageFactoryFinder.getGridCoverageFactory(Hints hints)
Returns the first implementation of
GridCoverageFactory matching the specified hints. |
Constructor and Description |
---|
GridCoverage2D(CharSequence name,
PlanarImage image,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
GridCoverage[] sources,
Map<?,?> properties,
Hints hints)
Constructs a grid coverage with the specified grid geometry and
sample dimensions.
|
GridCoverageFactory(Hints userHints)
Creates a factory using the specified set of hints.
|
GridGeometry2D(GridEnvelope gridRange,
PixelInCell anchor,
MathTransform gridToCRS,
CoordinateReferenceSystem crs,
Hints hints)
Constructs a new grid geometry from a math transform.
|
GridGeometry2D(GridEnvelope gridRange,
PixelOrientation anchor,
MathTransform gridToCRS,
CoordinateReferenceSystem crs,
Hints hints)
Constructs a new grid geometry from a math transform.
|
GridGeometry2D(PixelInCell anchor,
MathTransform gridToCRS,
Envelope envelope,
Hints hints)
Constructs a new grid geometry from an envelope and a math
transform.
|
Modifier and Type | Field and Description |
---|---|
protected Hints |
AbstractGridCoverage2DReader.hints
Hints used by the
AbstractGridCoverage2DReader subclasses. |
protected Hints |
AbstractGridCoverageWriter.hints
Hints to be used for the writing process.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UnknownFormat.accepts(Object input,
Hints hints) |
abstract boolean |
AbstractGridFormat.accepts(Object source,
Hints hints)
Tells me if this
Format can read the provided input . |
static AbstractGridFormat |
GridFormatFinder.findFormat(Object o,
Hints hints)
Returns a
Format that is able to read a certain object. |
static Set<AbstractGridFormat> |
GridFormatFinder.findFormats(Object o,
Hints hints)
|
AbstractGridCoverage2DReader |
UnknownFormat.getReader(Object source,
Hints hints) |
abstract AbstractGridCoverage2DReader |
AbstractGridFormat.getReader(Object source,
Hints hints)
Gets a
GridCoverageReader for this format able to create coverages out of the
source object using the provided hints . |
GridCoverageWriter |
UnknownFormat.getWriter(Object destination,
Hints hints) |
abstract GridCoverageWriter |
AbstractGridFormat.getWriter(Object destination,
Hints hints)
Call the accepts() method before asking for a writer to determine if the current object is
supported.
|
List<HarvestedSource> |
StructuredGridCoverage2DReader.harvest(String defaultTargetCoverage,
Object source,
Hints hints)
Harvests the specified source into the reader.
|
default int |
GranuleStore.removeGranules(Filter filter,
Hints hints)
Removes granules selected by the given filter, controlled by a set of hints (might be
implementation dependent and eventually ignored).
|
int |
RenamingGranuleStore.removeGranules(Filter filter,
Hints hints) |
Constructor and Description |
---|
AbstractGridCoverage2DReader(Object input,
Hints hints)
Creates a new instance of a
AIGReader . |
Modifier and Type | Method and Description |
---|---|
abstract RenderedImage |
ReadType.read(ImageReadParam readParameters,
int imageIndex,
URL granuleUrl,
Rectangle rasterDimensions,
ImageReader reader,
Hints hints,
boolean closeElements)
Load the raster data from the underlying source with the specified read type.
|
Constructor and Description |
---|
GeoTiffMetadata2CRSAdapter(Hints hints)
Creates a new instance of GeoTiffMetadata2CRSAdapter
|
Modifier and Type | Method and Description |
---|---|
Hints |
CoverageRequest.getHints()
Specifies some hints to drive the query execution and results build-up.
|
Modifier and Type | Method and Description |
---|---|
CoverageAccess |
Driver.access(Driver.DriverCapabilities opreation,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener)
Simone: Return
null in case the delete succeds. |
CoverageSource |
CoverageAccess.access(Name name,
Map<String,Serializable> params,
CoverageAccess.AccessType accessType,
Hints hints,
ProgressListener listener)
Retrieve a
CoverageSource to access a Named Coverage. |
boolean |
CoverageAccess.canCreate(Name name,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener)
Test to see if this coverage access is suitable for creating a
CoverageStore referred
by Name, with the specified set of parameters. |
boolean |
CoverageAccess.canDelete(Name name,
Map<String,Serializable> params,
Hints hints)
Test to see if this coverage access is suitable for deleting a
CoverageSource
referred by Name, with the specified set of parameters. |
CoverageStore |
CoverageAccess.create(Name name,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener)
Create a
CoverageStore with the specified name. |
boolean |
CoverageAccess.delete(Name name,
Map<String,Serializable> params,
Hints hints)
Asks this
CoverageAccess to entirely remove a certain Coverage from the available
CoverageSource s. |
CoverageAccess |
FileDriver.process(Driver.DriverCapabilities operation,
URL url,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
abstract RenderedImage |
ReadType.read(ImageReadParam readParameters,
int imageIndex,
URL granuleUrl,
Rectangle rasterDimensions,
ImageReader reader,
Hints hints,
boolean closeElements)
Load the raster data from the underlying source with the specified read type.
|
void |
CoverageRequest.setHints(Hints hints) |
Modifier and Type | Method and Description |
---|---|
boolean |
GRIBFormat.accepts(Object source,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
CoverageAccess |
DefaultDriver.access(Driver.DriverCapabilities operation,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
CoverageSource |
DefaultCoverageAccess.access(Name name,
Map<String,Serializable> params,
CoverageAccess.AccessType accessType,
Hints hints,
ProgressListener listener) |
boolean |
DefaultCoverageAccess.canCreate(Name name,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
boolean |
DefaultCoverageAccess.canDelete(Name name,
Map<String,Serializable> params,
Hints hints) |
protected CoverageAccess |
DefaultFileDriver.connect(Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
static CoverageAccess |
CoverageIO.connect(Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
protected CoverageAccess |
DefaultDriver.connect(Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
protected CoverageAccess |
DefaultFileDriver.connect(URL url,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
protected CoverageAccess |
DefaultFileDriver.create(Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
protected CoverageAccess |
DefaultDriver.create(Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
CoverageStore |
DefaultCoverageAccess.create(Name name,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
protected CoverageAccess |
DefaultFileDriver.create(URL url,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
protected CoverageAccess |
DefaultFileDriver.delete(Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
protected CoverageAccess |
DefaultDriver.delete(Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
boolean |
DefaultCoverageAccess.delete(Name name,
Map<String,Serializable> params,
Hints hints) |
protected CoverageAccess |
DefaultFileDriver.delete(URL url,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
CoverageAccess |
DefaultFileDriver.process(Driver.DriverCapabilities operation,
URL url,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
Constructor and Description |
---|
DefaultDriver(String name,
String description,
String title,
EnumSet<Driver.DriverCapabilities> driverCapabilities,
Hints implementationHints) |
DefaultFileDriver(String name,
String description,
String title,
Hints implementationHints,
List<String> fileExtensions,
EnumSet<Driver.DriverCapabilities> driverCapabilities) |
Modifier and Type | Method and Description |
---|---|
boolean |
NetCDFFormat.accepts(Object source,
Hints hints) |
CoverageSource |
NetCDFAccess.access(Name name,
Map<String,Serializable> params,
CoverageAccess.AccessType accessType,
Hints hints,
ProgressListener listener) |
CoverageAccess |
NetCDFDriver.connect(Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
CoverageAccess |
NetCDFDriver.connect(URL source,
Map<String,Serializable> params,
Hints hints,
ProgressListener listener) |
boolean |
NetCDFAccess.delete(Name name,
Map<String,Serializable> params,
Hints hints) |
AbstractGridCoverage2DReader |
NetCDFFormat.getReader(Object source,
Hints hints) |
GridCoverageWriter |
NetCDFFormat.getWriter(Object destination,
Hints hints) |
List<HarvestedSource> |
NetCDFReader.harvest(String defaultCoverage,
Object source,
Hints hints) |
Constructor and Description |
---|
NetCDFReader(Object input,
Hints uHints) |
Constructor and Description |
---|
NetCDFCRSAuthorityFactory(Hints userHints) |
NetCDFCRSAuthorityFactory(Hints userHints,
int priority) |
Modifier and Type | Method and Description |
---|---|
static CoordinateReferenceSystem |
Utilities.getMercator2SPProjectedCRS(double standardParallel,
double centralMeridian,
double natOriginLat,
GeographicCRS sourceCRS,
Hints hints)
Simple utility method which allows to build a Mercator2SP Projected CRS given the set of
required parameters.
|
Modifier and Type | Field and Description |
---|---|
protected Hints |
CoverageProcessor.hints
The rendering hints for JAI operations (never
null ). |
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. |
Modifier and Type | Method and Description |
---|---|
Coverage |
CoverageProcessor.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies a process operation to a coverage.
|
abstract Coverage |
AbstractOperation.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies a process operation to a coverage.
|
Coverage |
OperationJAI.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies a process operation to a grid coverage.
|
protected static GridCoverageFactory |
Operation2D.getFactory(Hints hints)
Returns the factory to use for creating new
GridCoverage2D objects. |
static CoverageProcessor |
CoverageProcessor.getInstance(Hints hints)
Returns a default processor instance.
|
protected void |
OperationJAI.resampleToCommonGeometry(GridCoverage2D[] sources,
CoordinateReferenceSystem crs2D,
MathTransform2D gridToCrs2D,
Hints hints)
Resamples all sources grid coverages to the same two-dimensional
geometry before to apply the OperationJAI.operation.
|
Modifier and Type | Field and Description |
---|---|
Hints |
Mosaic.Params.hints
The rendering hints to be given to the
JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method. |
Modifier and Type | Method and Description |
---|---|
static GridCoverage2DRIA |
GridCoverage2DRIA.create(GridCoverage2D src,
GridCoverage2D dst,
double[] nodata,
Hints hints,
ROI roi)
Wrap the src coverage in the dst layout.
|
static GridCoverage2DRIA |
GridCoverage2DRIA.create(GridCoverage2D src,
GridGeometry2D dst,
double[] nodata,
Hints hints) |
static GridCoverage2DRIA |
GridCoverage2DRIA.create(GridCoverage2D src,
GridGeometry2D dst,
double[] nodata,
Hints hints,
ROI roi)
Wrap the src coverage in the dst layout.
|
Coverage |
Crop.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies a crop operation to a coverage.
|
Coverage |
Interpolate.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies an interpolation to a grid coverage.
|
Coverage |
SelectSampleDimension.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies the band select operation to a grid coverage.
|
Coverage |
BandMerge.doOperation(ParameterValueGroup parameters,
Hints hints) |
Coverage |
Mosaic.doOperation(ParameterValueGroup parameters,
Hints hints) |
Coverage |
Resample.doOperation(ParameterValueGroup parameters,
Hints hints)
Resamples a grid coverage.
|
abstract Mosaic.ResampledRasters |
Mosaic.GridGeometryPolicy.resampleGridGeometry(GridCoverage2D[] sources,
GridCoverage2D[] alphas,
GridGeometry2D external,
ParameterValueGroup parameters,
Hints hints)
Method for resampling the input
GridCoverage2D objects. |
Constructor and Description |
---|
GridCoverage2DRIA(GridCoverage2D src,
GridGeometry2D dst,
Vector sources,
ImageLayout layout,
Map configuration,
boolean cobbleSources,
BorderExtender extender,
Interpolation interp,
double[] nodata,
ROI roi,
Hints hints) |
Constructor and Description |
---|
BaseGridCoverage2DReader(Object input,
Hints hints,
String worldFileExtension,
ImageReaderSpi formatSpecificSpi)
Creates a new instance of a
BaseGridCoverage2DReader . |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseGDALGridFormat.accepts(Object input,
Hints hints) |
GridCoverageWriter |
BaseGDALGridFormat.getWriter(Object destination,
Hints hints) |
Constructor and Description |
---|
BaseGDALGridCoverage2DReader(Object input,
Hints hints,
String worldFileExtension,
ImageReaderSpi formatSpecificSpi)
Creates a new instance of a
BaseGDALGridCoverage2DReader . |
Modifier and Type | Method and Description |
---|---|
AIGReader |
AIGFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
AIGReader(Object input,
Hints hints)
Creates a new instance of a
AIGReader . |
Modifier and Type | Method and Description |
---|---|
DTEDReader |
DTEDFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
DTEDReader(Object input,
Hints hints)
Creates a new instance of a
DTEDReader . |
Modifier and Type | Method and Description |
---|---|
ECWReader |
ECWFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
ECWReader(Object input,
Hints hints)
Creates a new instance of a
ECWReader . |
Modifier and Type | Method and Description |
---|---|
EsriHdrReader |
EsriHdrFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
EsriHdrReader(Object input,
Hints hints)
Creates a new instance of a
EsriHdrReader . |
Modifier and Type | Method and Description |
---|---|
EnviHdrReader |
EnviHdrFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
EnviHdrReader(Object input,
Hints hints)
Creates a new instance of a
EnviHdrReader . |
Modifier and Type | Method and Description |
---|---|
ErdasImgReader |
ErdasImgFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
ErdasImgReader(Object input,
Hints hints)
Creates a new instance of a
ErdasImgReader . |
Modifier and Type | Method and Description |
---|---|
IDRISIReader |
IDRISIFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
IDRISIReader(Object input,
Hints hints)
Creates a new instance of a
IDRISIReader . |
Modifier and Type | Method and Description |
---|---|
JP2ECWReader |
JP2ECWFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
JP2ECWReader(Object input,
Hints hints)
Creates a new instance of a
JP2ECWReader basing the decision on whether the file is
compressed or not. |
Modifier and Type | Method and Description |
---|---|
JP2KReader |
JP2KFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
JP2KReader(Object input,
Hints hints)
Creates a new instance of a
JP2KReader basing the decision on whether the file is
compressed or not. |
Modifier and Type | Method and Description |
---|---|
JP2MrSIDReader |
JP2MrSIDFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
JP2MrSIDReader(Object input,
Hints hints)
Creates a new instance of a
JP2MrSIDReader basing the decision on whether the file is
compressed or not. |
Modifier and Type | Method and Description |
---|---|
MrSIDReader |
MrSIDFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
MrSIDReader(Object input,
Hints hints)
Creates a new instance of a
MrSIDReader . |
Modifier and Type | Method and Description |
---|---|
NITFReader |
NITFFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
NITFReader(Object input,
Hints hints)
Creates a new instance of a
NITFReader . |
Modifier and Type | Method and Description |
---|---|
RPFTOCReader |
RPFTOCFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
RPFTOCReader(Object input,
Hints hints)
Creates a new instance of a
RPFTOCReader . |
Modifier and Type | Method and Description |
---|---|
SRPReader |
SRPFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
SRPReader(Object input,
Hints hints)
Creates a new instance of a
SRPReader . |
Modifier and Type | Method and Description |
---|---|
VRTReader |
VRTFormat.getReader(Object source,
Hints hints) |
Constructor and Description |
---|
VRTReader(Object input,
Hints hints)
Creates a new instance of a
VRTReader . |
Modifier and Type | Method and Description |
---|---|
boolean |
JP2KFormat.accepts(Object input,
Hints hints) |
AbstractGridCoverage2DReader |
JP2KFormat.getReader(Object source,
Hints hints) |
GridCoverageWriter |
JP2KFormat.getWriter(Object destination,
Hints hints) |
Constructor and Description |
---|
JP2KReader(Object source,
Hints uHints)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Hints |
Query.hints
The hints to be used during query execution
|
Modifier and Type | Method and Description |
---|---|
Hints |
Query.getHints()
Get hints that have been set to control the query execution.
|
Modifier and Type | Method and Description |
---|---|
Object |
GmlObjectStore.getGmlObject(GmlObjectId id,
Hints hints)
Looks up an object by its gml id.
|
void |
Query.setHints(Hints hints)
Set hints to control the query execution.
|
Constructor and Description |
---|
PrjFileReader(ReadableByteChannel channel,
Hints hints)
Load the index file from the given channel.
|
Modifier and Type | Method and Description |
---|---|
Feature |
DataAccessRegistry.findFeature(FeatureId id,
Hints hints) |
Feature |
AppSchemaDataAccess.findFeature(FeatureId id,
Hints hints) |
FeatureCollection<FeatureType,Feature> |
MappingFeatureSource.getFeatures(Filter filter,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
FeaturePropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
MapPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints)
Creates a property accessor for a particular class.
|
Modifier and Type | Method and Description |
---|---|
Converter |
DB2ClobConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
DB2BlobConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Geometry |
DB2SQLDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
int column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
DB2SQLDialectPrepared.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
int column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
DB2SQLDialectBasic.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
int column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
DB2SQLDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String name,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
DB2SQLDialectPrepared.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String name,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
DB2SQLDialectBasic.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String name,
GeometryFactory factory,
Connection cx,
Hints hints) |
void |
DB2SQLDialect.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
void |
DB2SQLDialectPrepared.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
void |
DB2SQLDialectBasic.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
Modifier and Type | Method and Description |
---|---|
Converter |
H2ClobConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Geometry |
H2DialectBasic.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
H2Dialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
H2DialectPrepared.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
Geometry |
MySQLDialectPrepared.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
MySQLDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String name,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
MySQLDialectBasic.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
void |
MySQLDialectPrepared.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
void |
MySQLDialect.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
void |
MySQLDialectBasic.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
Modifier and Type | Method and Description |
---|---|
Converter |
OracleBlobConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
OracleDateConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
OracleClobConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Geometry |
OracleDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
int column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
OracleDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
Converter |
SQLArrayConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
HStoreConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Geometry |
PostGISDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
int column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
PostGISPSDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
int column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
PostGISDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
PostGISPSDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
void |
PostGISDialect.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
void |
PostGISPSDialect.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
Modifier and Type | Method and Description |
---|---|
Geometry |
SQLServerDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
void |
SQLServerDialect.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql) |
Modifier and Type | Method and Description |
---|---|
Converter |
JTDSDateConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
JTDSClobConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
Geometry |
TeradataDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
Converter |
LobConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
CommonsConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints)
Delegates to
ConvertUtils#lookup(java.lang.Class) to create a converter instance. |
Converter |
InterpolationConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints)
Delegates to
ConvertUtils#lookup(java.lang.Class) to create a converter instance. |
Converter |
EnumerationConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
ArrayConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
CharsetConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
URConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
GeometryTypeConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
ComplexAttributeConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Converter |
CRSConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints)
Delegates to
ConvertUtils#lookup(java.lang.Class) to create a converter instance. |
Converter |
CollectionConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
PercentageConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
TemporalConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
NumericConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
MeasureConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
NameConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
GeometryConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
QNameConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
BooleanConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
ColorConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Converter |
UuidConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
Hints |
GetFeatureRequest.getHints() |
Modifier and Type | Method and Description |
---|---|
void |
GetFeatureRequest.setHints(Hints hints) |
Modifier and Type | Field and Description |
---|---|
protected Hints |
BasicFactories.hints
The hints to be used for all factory creation.
|
Modifier and Type | Method and Description |
---|---|
static FeatureCollections |
CommonFactoryFinder.getFeatureCollections(Hints hints)
Returns the first implementation of
FeatureCollections matching the specified hints. |
static Set<FeatureCollections> |
CommonFactoryFinder.getFeatureCollectionsSet(Hints hints)
Returns a set of all available implementations for the
FeatureCollections interface. |
static FeatureFactory |
CommonFactoryFinder.getFeatureFactory(Hints hints)
Return the first implementation of
FeatureFactory matching the specified hints. |
static Set<FeatureLockFactory> |
CommonFactoryFinder.getFeatureLockFactories(Hints hints)
Deprecated.
FeatureLockFactory is no longer needed
|
static FeatureLockFactory |
CommonFactoryFinder.getFeatureLockFactory(Hints hints)
Deprecated.
FeautreLockFactory is no longer needed; please create a FeatureLock directly
|
static FeatureTypeFactory |
CommonFactoryFinder.getFeatureTypeFactory(Hints hints)
Return the first implementation of
FeatureTypeFactory matching the specified hints. |
static Set<FileDataStoreFactorySpi> |
CommonFactoryFinder.getFileDataStoreFactories(Hints hints)
Returns a set of all available implementations for the
FileDataStoreFactorySpi
interface. |
static Set<FilterFactory> |
CommonFactoryFinder.getFilterFactories(Hints hints)
Returns a set of all available implementations for the
FilterFactory interface. |
static FilterFactory |
CommonFactoryFinder.getFilterFactory(Hints hints)
Returns the first implementation of
FilterFactory matching the specified hints. |
static FilterFactory2 |
CommonFactoryFinder.getFilterFactory2(Hints hints)
Returns the first implementation of
FilterFactory2 matching the specified hints. |
static Set<FunctionFactory> |
CommonFactoryFinder.getFunctionFactories(Hints hints)
Returns a set of all available implementations of
FunctionFactory . |
static Set<Function> |
CommonFactoryFinder.getFunctions(Hints hints)
Returns a set of all available implementations for the
Function interface. |
static Set<StyleFactory> |
CommonFactoryFinder.getStyleFactories(Hints hints)
Returns a set of all available implementations for the
StyleFactory interface. |
static StyleFactory |
CommonFactoryFinder.getStyleFactory(Hints hints)
Returns the first implementation of
StyleFactory matching the specified hints. |
Constructor and Description |
---|
Schema(Hints hints)
Deprecated.
|
Constructor and Description |
---|
AttributeExpressionImpl(String xpath,
Hints hints) |
FilterFactoryImpl(Hints hints) |
FunctionFinder(Hints hints) |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
PropertyAccessorFactory.createPropertyAccessor(Class<?> type,
String xpath,
Class<?> target,
Hints hints)
Creates a property accessor for a particular class.
|
PropertyAccessor |
DirectPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
PropertyAccessor |
SimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
PropertyAccessor |
NullPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
PropertyAccessor |
ThisPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
static PropertyAccessor |
PropertyAccessors.findPropertyAccessor(Object object,
String xpath,
Class target,
Hints hints)
Deprecated.
Use findPropertyAccessors, returned property accessor might not work
|
static List<PropertyAccessor> |
PropertyAccessors.findPropertyAccessors(Object object,
String xpath,
Class target,
Hints hints)
Looks up a list of
PropertyAccessor for a particular object. |
Modifier and Type | Method and Description |
---|---|
boolean |
ArcGridFormat.accepts(Object input,
Hints hints) |
ArcGridReader |
ArcGridFormat.getReader(Object source,
Hints hints) |
GridCoverageWriter |
ArcGridFormat.getWriter(Object destination,
Hints hints) |
Constructor and Description |
---|
ArcGridReader(Object input,
Hints hints)
Creates a new instance of an ArcGridReader basing the decision on whether the file is
compressed or not.
|
ArcGridWriter(Object destination,
Hints hints)
Takes either a URL or a String that points to an ArcGridCoverage file and converts it to a
URL that can then be written to.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GeoTiffFormat.accepts(Object o,
Hints hints)
Currently, we only accept files, and we open the file to verify that it has a GeoKeyDirectory
tag.
|
GeoTiffReader |
GeoTiffFormat.getReader(Object source,
Hints hints)
If
source is a file, this will return a reader object. |
GridCoverageWriter |
GeoTiffFormat.getWriter(Object destination,
Hints hints)
|
Constructor and Description |
---|
GeoTiffReader(Object input,
Hints uHints)
Creates a new instance of GeoTiffReader
|
GeoTiffWriter(Object destination,
Hints hints)
Constructor for a
GeoTiffWriter . |
Modifier and Type | Method and Description |
---|---|
boolean |
GrassCoverageFormat.accepts(Object o,
Hints hints) |
GrassCoverageReader |
GrassCoverageFormat.getReader(Object o,
Hints hints) |
GrassCoverageWriter |
GrassCoverageFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
boolean |
WorldImageFormat.accepts(Object input,
Hints hints)
Takes the input and determines if it is a class that we can understand and then futher checks
the format of the class to make sure we can read/write to it.
|
WorldImageReader |
WorldImageFormat.getReader(Object source,
Hints hints)
Retrieves a
WorldImageReader in case the providede source can be
accepted as a valid source for a world image. |
GridCoverageWriter |
WorldImageFormat.getWriter(Object destination,
Hints hints)
Call the accepts() method before asking for a writer to determine if the current object is
supported.
|
Constructor and Description |
---|
WorldImageReader(Object input,
Hints hints)
Class constructor.
|
WorldImageWriter(Object destination,
Hints hints)
Destination must be a File.
|
Modifier and Type | Field and Description |
---|---|
static Hints |
GranuleDescriptor.EXCLUDE_MOSAIC
Hints to use for avoiding to search for the ImageMosaic format
|
static Hints |
Utils.EXCLUDE_MOSAIC_HINTS
Hints to use for avoiding to search for the imagemosaic format
|
Modifier and Type | Method and Description |
---|---|
Hints |
RasterManager.getHints() |
Hints |
RasterLayerResponse.getHints() |
static Hints |
Utils.setupJAIHints(RenderingHints inputHints) |
Modifier and Type | Method and Description |
---|---|
boolean |
ImageMosaicFormat.accepts(Object source,
Hints hints) |
GranuleSource |
RasterManager.getGranuleSource(boolean readOnly,
Hints hints) |
ImageMosaicReader |
ImageMosaicFormat.getReader(Object source,
Hints hints) |
GridCoverageWriter |
ImageMosaicFormat.getWriter(Object destination,
Hints hints) |
List<HarvestedSource> |
ImageMosaicReader.harvest(String defaultCoverage,
Object source,
Hints hints) |
abstract void |
ImageMosaicReader.HarvestedResource.harvest(String defaultCoverage,
Object source,
Hints hints,
List<HarvestedSource> result,
ImageMosaicReader reader)
Harvesting of the input resource.
|
protected void |
GranuleDescriptor.init(BoundingBox granuleBBOX,
URL granuleUrl,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider,
boolean heterogeneousGranules,
boolean handleArtifactsFiltering,
Hints hints) |
GranuleDescriptor.GranuleLoadingResult |
GranuleDescriptor.loadRaster(ImageReadParam imageReadParameters,
int index,
ReferencedEnvelope cropBBox,
MathTransform2D mosaicWorldToGrid,
RasterLayerRequest request,
Hints hints)
Load a specified a raster as a portion of the granule describe by this
GranuleDescriptor . |
Constructor and Description |
---|
GranuleDescriptor(SimpleFeature feature,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
PathType pathType,
String locationAttribute,
String parentLocation,
boolean heterogeneousGranules,
Hints hints) |
GranuleDescriptor(SimpleFeature feature,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
PathType pathType,
String locationAttribute,
String parentLocation,
MultiLevelROI roiProvider,
boolean heterogeneousGranules,
Hints hints)
Constructor for the
GranuleDescriptor |
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider,
int maxDecimationFactor,
boolean heterogeneousGranules,
boolean handleArtifactsFiltering,
Hints hints) |
GranuleLoader(ImageReadParam readParameters,
int imageIndex,
ReferencedEnvelope cropBBox,
MathTransform2D mosaicWorldToGrid,
GranuleDescriptor granuleDescriptor,
RasterLayerRequest request,
Hints hints) |
ImageMosaicReader(Object source,
Hints uHints)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Hints |
GranuleCatalog.hints |
protected Hints |
GranuleCatalogSource.hints |
Modifier and Type | Method and Description |
---|---|
static MultiLevelROIProvider |
MultiLevelROIProviderMosaicFactory.createFootprintProvider(File mosaicFolder,
Hints hints)
Builds a footprint provider from mosaic location
|
static GranuleCatalog |
GranuleCatalogFactory.createGranuleCatalog(Properties params,
boolean caching,
boolean create,
DataStoreFactorySpi spi,
Hints hints) |
static GranuleCatalog |
GranuleCatalogFactory.createGranuleCatalog(URL sourceURL,
CatalogConfigurationBean catalogConfigurationBean,
Properties overrideParams,
Hints hints) |
int |
GranuleCatalogStore.removeGranules(Filter filter,
Hints hints) |
Constructor and Description |
---|
GranuleCatalog(Hints hints) |
GranuleCatalogSource(GranuleCatalog catalog,
String typeName,
Hints hints) |
GranuleCatalogStore(RasterManager manager,
GranuleCatalog catalog,
String typeName,
Hints hints) |
GTDataStoreGranuleCatalog(Properties params,
boolean create,
DataStoreFactorySpi spi,
Hints hints) |
MultiLevelROIGeometryOverviews(Geometry footprint,
List<Geometry> multilevelFootprints,
boolean overviewsInRasterSpace,
Hints hints) |
MultiLevelROIGeometryOverviewsProvider(File baseFile,
String overviewSuffixFormat,
int numOverviews,
FootprintLoader footprintLoader,
FootprintLoader overviewsFootprintLoader,
boolean overviewsRoiInRasterSpace,
Hints hints) |
RepositoryDataStoreCatalog(Properties params,
boolean create,
Repository repository,
String dataStoreName,
DataStoreFactorySpi spi,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
Hints |
CatalogBuilderConfiguration.getHints() |
Modifier and Type | Method and Description |
---|---|
void |
CatalogBuilderConfiguration.setHints(Hints hints) |
Modifier and Type | Method and Description |
---|---|
boolean |
ImageMosaicJDBCFormat.accepts(Object source,
Hints hints) |
ImageMosaicJDBCReader |
ImageMosaicJDBCFormat.getReader(Object source,
Hints hints) |
GridCoverageWriter |
ImageMosaicJDBCFormat.getWriter(Object destination,
Hints hints) |
Constructor and Description |
---|
ImageMosaicJDBCReader(Object source,
Hints uHints) |
Modifier and Type | Method and Description |
---|---|
static URL |
JDBCPGRasterConfigurationBuilder.createConfiguration(String url,
Hints hints)
Prepare the PGRaster configuration steps: - importing tiles into the DB and create metadata
table if needed - prepare the URL of the XML configuration file and return that URL.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImagePyramidFormat.accepts(Object source,
Hints hints) |
ImagePyramidReader |
ImagePyramidFormat.getReader(Object source,
Hints hints)
Retrieves a reader for this source object in case the provided source can be read using this
plugin.
|
GridCoverageWriter |
ImagePyramidFormat.getWriter(Object destination,
Hints hints) |
Constructor and Description |
---|
ImagePyramidReader(Object source,
Hints uHints)
Constructor for an
ImagePyramidReader . |
Modifier and Type | Method and Description |
---|---|
static AggregateFactory |
GeometryFactoryFinder.getAggregateFactory(Hints hints) |
static ComplexFactory |
GeometryFactoryFinder.getComplexFactory(Hints hints) |
static GeometryFactory |
GeometryFactoryFinder.getGeometryFactory(Hints hints)
An implementation of
GeometryFactory for the provided crs. |
static PositionFactory |
GeometryFactoryFinder.getPositionFactory(Hints hints) |
static Precision |
GeometryFactoryFinder.getPrecision(Hints hints) |
static PrimitiveFactory |
GeometryFactoryFinder.getPrimitiveFactory(Hints hints) |
Constructor and Description |
---|
GeometryBuilder(Hints hints) |
TransformedDirectPosition(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
Hints hints)
Creates a new position which will contains the result of coordinate transformations from
sourceCRS to targetCRS . |
Modifier and Type | Method and Description |
---|---|
static CoordinateSequenceFactory |
FactoryFinder.getCoordinateSequenceFactory(Hints hints)
Deprecated.
Returns the first implementation of
CoordinateSequenceFactory matching the specified
hints. |
static CoordinateSequenceFactory |
JTSFactoryFinder.getCoordinateSequenceFactory(Hints hints)
Returns the first implementation of
CoordinateSequenceFactory matching the specified
hints. |
static GeometryFactory |
FactoryFinder.getGeometryFactory(Hints hints)
Deprecated.
Returns the first implementation of
GeometryFactory matching the specified hints. |
static GeometryFactory |
JTSFactoryFinder.getGeometryFactory(Hints hints)
Returns the first implementation of
GeometryFactory matching the specified hints. |
static PrecisionModel |
FactoryFinder.getPrecisionModel(Hints hints)
Deprecated.
Returns the first implementation of
PrecisionModel matching the specified hints. |
static PrecisionModel |
JTSFactoryFinder.getPrecisionModel(Hints hints)
Returns the first implementation of
PrecisionModel matching the specified hints. |
Modifier and Type | Method and Description |
---|---|
Geometry |
GeoPkgDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
int column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Geometry |
GeoPkgDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
void |
GeoPkgGeomReader.setHints(Hints hints) |
Modifier and Type | Method and Description |
---|---|
boolean |
GeoPackageFormat.accepts(Object source,
Hints hints) |
AbstractGridCoverage2DReader |
GeoPackageFormat.getReader(Object source,
Hints hints) |
GridCoverageWriter |
GeoPackageFormat.getWriter(Object destination,
Hints hints) |
Constructor and Description |
---|
GeoPackageReader(Object source,
Hints hints) |
Modifier and Type | Field and Description |
---|---|
protected Hints |
JDBCFeatureReader.hints
hints
|
Modifier and Type | Method and Description |
---|---|
Hints |
Index.getHints()
Retrieves the hints for this index.
|
static Hints |
VirtualTable.setKeepWhereClausePlaceHolderHint(Hints hints,
boolean keepWhereClausePlaceHolder)
Will add an entry to query hints specifying if the the where clause place holder should be
keep or not.
|
static Hints |
VirtualTable.setKeepWhereClausePlaceHolderHint(Query query)
If the provided query has a filter of a where clause place holder exists it will be
preserved.
|
Modifier and Type | Method and Description |
---|---|
Geometry |
SQLDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
int column,
GeometryFactory factory,
Connection cx,
Hints hints)
Decodes a geometry value from the result of a query specifying the column as an index.
|
abstract Geometry |
SQLDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints)
Decodes a geometry value from the result of a query.
|
void |
JDBCDataStore.encodeAliasedTableName(String tableName,
StringBuffer sql,
Hints hints,
String alias)
Helper method to encode table name which checks if a schema is set and prefixes the table
name with it, with the addition of an alias to the name
|
void |
JDBCDataStore.encodeGeometryColumn(GeometryDescriptor gatt,
StringBuffer sql,
Hints hints)
Encoding a geometry column with respect to hints Supported Hints are provided by
SQLDialect.addSupportedHints(Set) |
void |
SQLDialect.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
int srid,
Hints hints,
StringBuffer sql)
Encodes the name of a geometry column in a SELECT statement.
|
protected void |
JDBCDataStore.encodeGeometryColumn(GeometryDescriptor gatt,
String prefix,
StringBuffer sql,
Hints hints) |
void |
JDBCDataStore.encodeTableName(String tableName,
StringBuffer sql,
Hints hints)
Helper method to encode table name which checks if a schema is set and prefixes the table
name with it.
|
String |
VirtualTable.expandParameters(Hints hints) |
Object |
JDBCDataStore.getGmlObject(GmlObjectId id,
Hints hints) |
protected boolean |
JDBCDataStore.isGeneralizationRequired(Hints hints,
GeometryDescriptor gatt)
Checks if geometry generalization required and makes sense
|
protected boolean |
JDBCDataStore.isGeometryReduceRequired(Hints hints,
GeometryDescriptor gatt,
Hints.Key param)
Checks if reduction required and makes sense
|
protected boolean |
JDBCDataStore.isSimplificationRequired(Hints hints,
GeometryDescriptor gatt)
Checks if geometry simplification required and makes sense
|
static Hints |
VirtualTable.setKeepWhereClausePlaceHolderHint(Hints hints,
boolean keepWhereClausePlaceHolder)
Will add an entry to query hints specifying if the the where clause place holder should be
keep or not.
|
Constructor and Description |
---|
Index(String typeName,
String indexName,
boolean unique,
Hints hints,
String... attributes) |
Modifier and Type | Method and Description |
---|---|
Geometry |
MBTilesDialect.decodeGeometryValue(GeometryDescriptor descriptor,
ResultSet rs,
String column,
GeometryFactory factory,
Connection cx,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
boolean |
MBTilesFormat.accepts(Object source,
Hints hints) |
AbstractGridCoverage2DReader |
MBTilesFormat.getReader(Object source,
Hints hints) |
GridCoverageWriter |
MBTilesFormat.getWriter(Object destination,
Hints hints) |
Constructor and Description |
---|
MBTilesReader(Object source,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
static Set<CoordinateOperationAuthorityFactory> |
ReferencingFactoryFinder.getCoordinateOperationAuthorityFactories(Hints hints)
Returns a set of all available implementations for the
CoordinateOperationAuthorityFactory interface. |
static CoordinateOperationAuthorityFactory |
ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
CoordinateOperationAuthorityFactory matching the
specified hints. |
static Set<CoordinateOperationFactory> |
ReferencingFactoryFinder.getCoordinateOperationFactories(Hints hints)
Returns a set of all available implementations for the
CoordinateOperationFactory
interface. |
static CoordinateOperationFactory |
ReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints)
Returns the first implementation of
CoordinateOperationFactory matching the specified
hints. |
static Set<CRSAuthorityFactory> |
ReferencingFactoryFinder.getCRSAuthorityFactories(Hints hints)
Returns a set of all available implementations for the
CRSAuthorityFactory interface. |
static CRSAuthorityFactory |
ReferencingFactoryFinder.getCRSAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
CRSAuthorityFactory matching the specified hints. |
static Set<CRSFactory> |
ReferencingFactoryFinder.getCRSFactories(Hints hints)
Returns a set of all available implementations for the
CRSFactory interface. |
static CRSFactory |
ReferencingFactoryFinder.getCRSFactory(Hints hints)
Returns the first implementation of
CRSFactory matching the specified hints. |
static Set<CSAuthorityFactory> |
ReferencingFactoryFinder.getCSAuthorityFactories(Hints hints)
Returns a set of all available implementations for the
CSAuthorityFactory interface. |
static CSAuthorityFactory |
ReferencingFactoryFinder.getCSAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
CSAuthorityFactory matching the specified hints. |
static Set<CSFactory> |
ReferencingFactoryFinder.getCSFactories(Hints hints)
Returns a set of all available implementations for the
CSFactory interface. |
static CSFactory |
ReferencingFactoryFinder.getCSFactory(Hints hints)
Returns the first implementation of
CSFactory matching the specified hints. |
static Set<DatumAuthorityFactory> |
ReferencingFactoryFinder.getDatumAuthorityFactories(Hints hints)
Returns a set of all available implementations for the
DatumAuthorityFactory
interface. |
static DatumAuthorityFactory |
ReferencingFactoryFinder.getDatumAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
DatumAuthorityFactory matching the specified
hints. |
static Set<DatumFactory> |
ReferencingFactoryFinder.getDatumFactories(Hints hints)
Returns a set of all available implementations for the
DatumFactory interface. |
static DatumFactory |
ReferencingFactoryFinder.getDatumFactory(Hints hints)
Returns the first implementation of
DatumFactory matching the specified hints. |
static Set<GridShiftLocator> |
ReferencingFactoryFinder.getGridShiftLocators(Hints hints)
Returns a set of all available implementations for the
GridShiftLocator interface. |
static Set<MathTransformFactory> |
ReferencingFactoryFinder.getMathTransformFactories(Hints hints)
Returns a set of all available implementations for the
MathTransformFactory
interface. |
static MathTransformFactory |
ReferencingFactoryFinder.getMathTransformFactory(Hints hints)
Returns the first implementation of
MathTransformFactory matching the specified
hints. |
Constructor and Description |
---|
EsriExtension(Hints hints)
Constructs an authority factory using a set of factories created from the specified hints.
|
UnnamedExtension(Hints hints)
Constructs an authority factory using a set of factories created from the specified hints.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractAuthorityFactory |
ThreadedPostgreSQLEpsgFactory.createBackingStore(Hints hints)
Returns the backing-store factory for PostgreSQL syntax.
|
Constructor and Description |
---|
ThreadedPostgreSQLEpsgFactory(Hints hints)
Creates a new instance of this factory with the specified hints.
|
Modifier and Type | Method and Description |
---|---|
protected static ObjectCache |
CachedCRSAuthorityDecorator.createCache(Hints hints)
Utility method used to produce cache based on hint
|
protected static ObjectCache |
CachedAuthorityDecorator.createCache(Hints hints)
Utility method used to produce cache based on hint
|
static ReferencingFactoryContainer |
ReferencingFactoryContainer.instance(Hints hints)
Creates an instance from the specified hints.
|
Constructor and Description |
---|
Abstract_URI_AuthorityFactory(Hints userHints,
String hintsAuthority)
Creates a wrapper using the specified hints.
|
AbstractAuthorityMediator(Hints hints)
Constructs an instance based on the provided Hints
|
AbstractAuthorityMediator(int priority,
Hints hints)
Constructs an instance making use of the default cache.
|
AbstractCachedAuthorityFactory(int priority,
Hints hints)
Constructs an instance making use of the default cache.
|
AbstractEpsgMediator(Hints hints) |
AbstractEpsgMediator(Hints hints,
DataSource datasource) |
AllAuthoritiesFactory(Hints hints)
Creates a new factory using the specified hints.
|
AuthorityFactoryAdapter(String authority,
Hints userHints)
Creates a wrappers around the default factories for the specified authority.
|
DeferredAuthorityFactory(Hints userHints,
int priority)
Constructs an instance without initial backing store.
|
DeferredAuthorityFactory(Hints userHints,
int priority,
int maxStrongReferences)
Constructs an instance without initial backing store.
|
DirectAuthorityFactory(Hints hints,
int priority)
Constructs an instance using the specified hints.
|
HTTP_AuthorityFactory(Hints userHints)
Creates a wrapper using the specified hints.
|
HTTP_URI_AuthorityFactory(Hints userHints)
Constructor.
|
OrderedAxisAuthorityFactory(AbstractAuthorityFactory factory,
Hints userHints,
AxisDirection[] axisOrder)
Creates a factory which will reorder the axis of all objects created by the supplied factory.
|
OrderedAxisAuthorityFactory(String authority,
Hints userHints,
AxisDirection[] axisOrder)
Creates a factory which will reorder the axis of all objects created by the default authority
factories.
|
ReferencingFactoryContainer(Hints userHints)
Creates an instance from the specified hints.
|
ReferencingObjectFactory(Hints hints)
Constructs a factory with the specified hints.
|
TransformedAuthorityFactory(String authority,
Hints userHints)
Creates a wrappers around the default factories for the specified authority.
|
URN_AuthorityFactory(Hints userHints)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractAuthorityFactory |
ThreadedEpsgFactory.createBackingStore(Hints hints)
Creates the backing store for the specified data source.
|
Constructor and Description |
---|
AbstractEpsgFactory(Hints userHints) |
AbstractEpsgFactory(Hints userHints,
Connection connection)
Constructs an authority factory using the specified connection.
|
AbstractEpsgFactory(Hints userHints,
DataSource dataSource) |
AccessDialectEpsgFactory(Hints userHints,
Connection connection)
Constructs an authority factory using the specified connection.
|
AnsiDialectEpsgFactory(Hints userHints)
Constructs an authority factory, the hints should describe the data source it use.
|
AnsiDialectEpsgFactory(Hints hints,
Connection connection)
Constructs an authority factory using the specified connection.
|
AnsiDialectEpsgFactory(Hints hints,
DataSource dataSource)
Constructs an authority factory using the specified connection.
|
CartesianAuthorityFactory(Hints hints) |
CoordinateOperationFactoryUsingWKT(Hints userHints)
Constructs an authority factory using a set of factories created from the specified hints.
|
CoordinateOperationFactoryUsingWKT(Hints userHints,
int priority)
Constructs an authority factory using the specified hints and priority.
|
DefaultFactory(Hints userHints)
Deprecated.
Constructs an authority factory with the default priority.
|
DefaultFactory(Hints userHints,
int priority)
Deprecated.
Constructs an authority factory using a set of factories created from the specified hints.
|
DirectEpsgFactory(Hints userHints,
Connection connection)
Constructs an authority factory using the specified connection.
|
DirectEpsgFactory(Hints userHints,
DataSource dataSource)
Constructs an authority factory using the specified connection.
|
FactoryUsingAnsiSQL(Hints userHints,
Connection connection)
Deprecated.
Constructs an authority factory using the specified connection.
|
FactoryUsingAnsiSQL(Hints userHints,
DataSource dataSource)
Deprecated.
Constructs an authority factory using the specified source.
|
FactoryUsingSQL(Hints userHints,
Connection connection)
Deprecated.
Constructs an authority factory using the specified connection.
|
FactoryUsingSQL(Hints userHints,
DataSource dataSource)
Deprecated.
Constructs an authority factory using the specified connection.
|
FactoryUsingWKT(Hints userHints)
Constructs an authority factory using a set of factories created from the specified hints.
|
FactoryUsingWKT(Hints userHints,
int priority)
Constructs an authority factory using the specified hints and priority.
|
LongitudeFirstEpsgDecorator(Hints userHints)
Creates a factory from the specified set of hints.
|
LongitudeFirstFactory(Hints userHints)
Creates a factory from the specified set of hints.
|
ThreadedEpsgFactory(Hints userHints)
Constructs an authority factory with the default priority.
|
ThreadedEpsgFactory(Hints userHints,
int priority)
Constructs an authority factory using a set of factories created from the specified hints.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractAuthorityFactory |
ThreadedHsqlEpsgFactory.createBackingStore(Hints hints)
Returns the backing-store factory for HSQL syntax.
|
static DataSource |
HsqlEpsgDatabase.createDataSource(Hints hints) |
Constructor and Description |
---|
HsqlDialectEpsgMediator(Hints hints)
Creates a new instance of this data source using the specified hints.
|
HsqlDialectEpsgMediator(int priority,
Hints hints,
DataSource datasource) |
ThreadedHsqlEpsgFactory(Hints hints)
Creates a new instance of this data source using the specified hints.
|
Constructor and Description |
---|
AutoCRSFactory(Hints hints)
Deprecated.
Constructs a factory for the
AUTO authority using the specified hints. |
WebCRSFactory(Hints hints)
Deprecated.
Constructs a factory for the
CRS authority using the specified hints. |
Constructor and Description |
---|
AbstractCoordinateOperationFactory(Hints userHints)
Constructs a coordinate operation factory using the specified hints.
|
AbstractCoordinateOperationFactory(Hints userHints,
int priority)
Constructs a coordinate operation factory using the specified hints and priority.
|
AuthorityBackedFactory(Hints userHints)
Creates a new factory backed by an authority factory fetched using the specified hints.
|
BufferedCoordinateOperationFactory(Hints userHints)
Creates a buffered factory wrapping an other factory selected according the specified hints.
|
BufferedCoordinateOperationFactory(Hints userHints,
int priority)
Creates a buffered factory wrapping an other factory selected according the specified hints.
|
DefaultCoordinateOperationFactory(Hints userHints)
Constructs a coordinate operation factory using the specified hints.
|
DefaultCoordinateOperationFactory(Hints userHints,
int priority)
Constructs a coordinate operation factory using the specified hints and priority.
|
Constructor and Description |
---|
MathTransformBuilder(Hints hints)
Creates a builder from the specified hints.
|
Modifier and Type | Method and Description |
---|---|
static DimensionFilter |
DimensionFilter.getInstance(Hints hints)
Creates or returns an existing instance from the given set of hints.
|
Constructor and Description |
---|
DimensionFilter(Hints hints)
Constructs a dimension filter with a math transform factory built using the
provided hints.
|
Modifier and Type | Method and Description |
---|---|
Hints |
CoverageProcessingNode.getHints()
Getter for
Hints . |
Hints |
StyleVisitorCoverageProcessingNodeAdapter.getHints() |
Hints |
BaseCoverageProcessingNode.getHints()
Getter for
Hints . |
Constructor and Description |
---|
BaseCoverageProcessingNode(int maxSources,
Hints hints,
InternationalString name,
InternationalString description)
Default constructor that gives users the possibility
|
GridCoverageReaderHelper(GridCoverage2DReader reader,
Rectangle mapRasterArea,
ReferencedEnvelope mapExtent,
Interpolation interpolation,
Hints hints) |
RasterSymbolizerHelper(GridCoverage2D sourceCoverage,
Hints hints) |
StyleVisitorCoverageProcessingNodeAdapter(int maxSources,
Hints hints,
InternationalString name,
InternationalString description)
Default constructor that gives users the possibility
|
SubchainStyleVisitorCoverageProcessingAdapter(int maxSources,
Hints hints,
InternationalString name,
InternationalString description) |
ZeroImageNode(Hints hints) |
Modifier and Type | Method and Description |
---|---|
static Iterator<ExternalGraphicFactory> |
DynamicSymbolFactoryFinder.getExternalGraphicFactories(Hints hints)
Finds all implementations of
ExternalGraphicFactory which have registered using the
services mechanism. |
Modifier and Type | Method and Description |
---|---|
Converter |
TemporalConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Converters.convert(Object source,
Class<T> target,
Hints hints)
Converts an object of a particular type into an object of a different type.
|
static ObjectCache |
ObjectCaches.create(Hints hints)
Utility method used to produce cache based on provide Hint
|
Converter |
ConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints)
Creates a
Converter instance for converting one type of object to another. |
static Set<ConverterFactory> |
Converters.getConverterFactories(Hints hints)
Returns a set of all available implementations for the
ConverterFactory interface. |
Modifier and Type | Field and Description |
---|---|
static Hints |
FactoryFinder.EMPTY_HINTS
A set of empty hints, which exclude any system hints.
|
Modifier and Type | Method and Description |
---|---|
static Hints |
GeoTools.addDefaultHints(Hints hints)
Used to combine provided hints with global GeoTools defaults.
|
Hints |
Hints.clone()
Returns a new map of hints with the same content than this map.
|
static Hints |
GeoTools.getDefaultHints()
Returns the default set of hints used for the various utility classes.
|
static Hints |
FactoryFinder.mergeSystemHints(Hints hints)
Returns new hints that combine user supplied hints with the defaults hints.
|
Modifier and Type | Method and Description |
---|---|
static Hints |
GeoTools.addDefaultHints(Hints hints)
Used to combine provided hints with global GeoTools defaults.
|
protected <T> T |
FactoryCreator.createFactory(Class<T> category,
Class<?> implementation,
Hints hints)
Creates a new instance of the specified factory using the specified hints.
|
protected <T> T |
FactoryCreator.createServiceProvider(Class<T> category,
Class<?> implementation,
Hints hints)
Deprecated.
Replaced with
FactoryCreator.createFactory(Class, Class, Hints) |
static EntityResolver |
GeoTools.getEntityResolver(Hints hints)
Returns the default entity resolver, used to configure
SAXParser . |
<T> Stream<T> |
FactoryRegistry.getFactories(Class<T> category,
Predicate<? super T> filter,
Hints hints)
Returns the factories in the registry for the specified category, filter and hints.
|
<T> T |
FactoryRegistry.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).
|
<T> T |
FactoryCreator.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).
|
static InitialContext |
GeoTools.getInitialContext(Hints hints)
Returns the default initial context.
|
<T> T |
FactoryRegistry.getServiceProvider(Class<T> category,
ServiceRegistry.Filter filter,
Hints hints,
Hints.Key key)
Deprecated.
|
<T> T |
FactoryCreator.getServiceProvider(Class<T> category,
ServiceRegistry.Filter filter,
Hints hints,
Hints.Key key)
Deprecated.
Replaced with
FactoryRegistry.getFactories(Class, Predicate, boolean) |
<T> Iterator<T> |
FactoryRegistry.getServiceProviders(Class<T> category,
ServiceRegistry.Filter filter,
Hints hints)
Deprecated.
Replaced with
FactoryRegistry.getFactories(Class, Predicate, Hints) |
static void |
GeoTools.init(Hints hints)
Initializes GeoTools for use.
|
protected <T> boolean |
FactoryRegistry.isAcceptable(T factory,
Class<T> category,
Hints hints)
Returns
true if the specified factory meets the requirements specified by a
map of hints . |
static Hints |
FactoryFinder.mergeSystemHints(Hints hints)
Returns new hints that combine user supplied hints with the defaults hints.
|
int |
Hints.IntegerKey.toValue(Hints hints)
Returns the value from the specified hints as an integer.
|
double |
Hints.DoubleKey.toValue(Hints hints)
Returns the value from the specified hints as a double.
|
Modifier and Type | Method and Description |
---|---|
Converter |
XmlConverterFactory.createConverter(Class source,
Class target,
Hints hints) |
Copyright © 1996–2019 Geotools. All rights reserved.