Class JP2ECWFormat
- Object
- 
- AbstractGridFormat
- 
- BaseGDALGridFormat
- 
- JP2ECWFormat
 
 
 
- 
- All Implemented Interfaces:
- Format
 
 public final class JP2ECWFormat extends BaseGDALGridFormat implements Format An implementation ofFormatfor the JP2K format based on the ECW driver.- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BaseGDALGridFormatBaseGDALGridFormat.InfoWrapper
 
- 
 - 
Field Summary- 
Fields inherited from class BaseGDALGridFormatPARAM_DESCRIPTOR, USE_MULTITHREADING
 - 
Fields inherited from class AbstractGridFormatBACKGROUND_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 SummaryConstructors Constructor Description JP2ECWFormat()Creates an instance and sets the metadata.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JP2ECWReadergetReader(Object source, Hints hints)Gets aGridCoverageReaderfor this format able to create coverages out of thesourceobject using the providedhints.protected voidsetInfo()Sets the metadata information.- 
Methods inherited from class BaseGDALGridFormataccepts, getDefaultImageIOWriteParameters, getDefaultParameterGroup, getReader, getWriter, getWriter, setInfo
 - 
Methods inherited from class AbstractGridFormataccepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface FormatgetDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
 
- 
 
- 
- 
- 
Method Detail- 
setInfoprotected void setInfo() Sets the metadata information.- Specified by:
- setInfoin class- BaseGDALGridFormat
 
 - 
getReaderpublic JP2ECWReader 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 class- AbstractGridFormat
- Parameters:
- source- The source object to parse. *
- hints- The- Hintsto use when trying to instantiate this reader.
- Returns:
- A reader for this Formator null.
- See Also:
- org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object, Hints)
 
 
- 
 
-