Uses of Class
org.apache.sis.internal.storage.io.ChannelDataOutput
Packages that use ChannelDataOutput
Package
Description
Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.Utility classes for the implementation of SIS storage classes.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
Utility classes for the implementation of SIS storage classes.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of ChannelDataOutput in org.apache.sis.internal.sql.postgis
Methods in org.apache.sis.internal.sql.postgis with parameters of type ChannelDataOutputModifier and TypeMethodDescriptionvoidRasterWriter.write(Raster raster, ChannelDataOutput output) Encodes the given raster to the specified output.voidRasterWriter.write(RenderedImage image, ChannelDataOutput output) Encodes the given image to the specified output.voidRasterWriter.write(GridCoverage coverage, ChannelDataOutput output) Encodes the given grid coverage to the specified output. -
Uses of ChannelDataOutput in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return ChannelDataOutputModifier and TypeMethodDescriptionfinal ChannelDataOutputWritableResourceSupport.channel(ChannelDataInput input) Returns the writable channel positioned at the beginning of the stream. -
Uses of ChannelDataOutput in org.apache.sis.internal.storage.esri
Fields in org.apache.sis.internal.storage.esri declared as ChannelDataOutputModifier and TypeFieldDescriptionprivate ChannelDataOutputWritableStore.outputThe output if this store is write-only, ornullif this store is read/write.Methods in org.apache.sis.internal.storage.esri with parameters of type ChannelDataOutputModifier and TypeMethodDescriptionprivate static voidWritableStore.write(CharSequence text, ChannelDataOutput out) Writes the given text to the output.private voidWritableStore.writeHeader(Map<String, Object> header, ChannelDataOutput out) Writes the content of the given map as the header of ASCII Grid file. -
Uses of ChannelDataOutput in org.apache.sis.internal.storage.io
Subclasses of ChannelDataOutput in org.apache.sis.internal.storage.ioModifier and TypeClassDescriptionclassAdds the missing methods inChannelDataOutputfor implementing theDataOutputinterface.Constructors in org.apache.sis.internal.storage.io with parameters of type ChannelDataOutputModifierConstructorDescriptionCreates a new output source from the givenChannelDataOutput. -
Uses of ChannelDataOutput in org.apache.sis.storage
Methods in org.apache.sis.storage that return ChannelDataOutputModifier and TypeMethodDescriptionprivate ChannelDataOutputStorageConnector.createChannelDataOutput()Creates a view for the storage as aChannelDataOutputif possible.