Package org.geotools.vsi
Class VSIFormat
- Object
-
- AbstractGridFormat
-
- BaseGDALGridFormat
-
- VSIFormat
-
- All Implemented Interfaces:
Format
public final class VSIFormat extends BaseGDALGridFormat implements Format
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class BaseGDALGridFormat
BaseGDALGridFormat.InfoWrapper
-
-
Field Summary
-
Fields inherited from class BaseGDALGridFormat
PARAM_DESCRIPTOR, USE_MULTITHREADING
-
Fields inherited from class AbstractGridFormat
BACKGROUND_COLOR, BANDS, DECIMATION_POLICY, ELEVATION, FOOTPRINT_BEHAVIOR, GEOTOOLS_WRITE_PARAMS, INPUT_TRANSPARENT_COLOR, INTERPOLATION, mInfo, OVERVIEW_POLICY, PROGRESS_LISTENER, READ_GRIDGEOMETRY2D, readParameters, RESCALE_PIXELS, SUGGESTED_TILE_SIZE, TILE_SIZE_SEPARATOR, TIME, USE_JAI_IMAGEREAD, writeParameters
-
-
Constructor Summary
Constructors Constructor Description VSIFormat()Creates an instance and sets the metadata.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VSIReadergetReader(Object source, Hints hints)Gets aGridCoverageReaderfor this format able to create coverages out of thesourceobject using the providedhints.protected voidsetInfo()Each plugin needs to implement this method defining format specific properties-
Methods inherited from class BaseGDALGridFormat
accepts, getDefaultImageIOWriteParameters, getDefaultParameterGroup, getReader, getWriter, getWriter, setInfo
-
Methods inherited from class AbstractGridFormat
accepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Format
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
-
-
-
-
Method Detail
-
setInfo
protected void setInfo()
Description copied from class:BaseGDALGridFormatEach plugin needs to implement this method defining format specific properties- Specified by:
setInfoin classBaseGDALGridFormat
-
getReader
public VSIReader getReader(Object source, Hints hints)
Description copied from class:AbstractGridFormatGets aGridCoverageReaderfor this format able to create coverages out of thesourceobject using the providedhints.In case this
Formatcannot reader the providedsourceobjectnullis returned.- Specified by:
getReaderin classAbstractGridFormat- Parameters:
source- The source object to parse. *hints- TheHintsto use when trying to instantiate this reader.- Returns:
- A reader for this
Formator null.
-
-