public final class VRTFormat extends BaseGDALGridFormat implements Format
Format for the VRT formatBaseGDALGridFormat.InfoWrapperPARAM_DESCRIPTOR, USE_MULTITHREADINGBACKGROUND_COLOR, BANDS, DECIMATION_POLICY, ELEVATION, FOOTPRINT_BEHAVIOR, GEOTOOLS_WRITE_PARAMS, INPUT_TRANSPARENT_COLOR, INTERPOLATION, mInfo, OVERVIEW_POLICY, PROGRESS_LISTENER, READ_GRIDGEOMETRY2D, readParameters, SUGGESTED_TILE_SIZE, TILE_SIZE_SEPARATOR, TIME, USE_JAI_IMAGEREAD, writeParameters| Constructor and Description |
|---|
VRTFormat()
Creates an instance and sets the metadata.
|
| Modifier and Type | Method and Description |
|---|---|
VRTReader |
getReader(Object source,
Hints hints)
Gets a
GridCoverageReader for this format able to create coverages out of the
source object using the provided hints. |
protected void |
setInfo()
Each plugin needs to implement this method defining format specific properties
|
accepts, getDefaultImageIOWriteParameters, getDefaultParameterGroup, getReader, getWriter, getWriter, setInfoaccepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParametersprotected void setInfo()
BaseGDALGridFormatsetInfo in class BaseGDALGridFormatpublic VRTReader getReader(Object source, Hints hints)
AbstractGridFormatGridCoverageReader for this format able to create coverages out of the
source object using the provided hints.
In case this Format cannot reader the provided source object
null is returned.
getReader in class AbstractGridFormatsource - The source object to parse. *hints - The Hints to use when trying to instantiate this reader.Format or null.Copyright © 1996–2019 Geotools. All rights reserved.