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 TypeMethodDescriptionvoid
RasterWriter.write
(Raster raster, ChannelDataOutput output) Encodes the given raster to the specified output.void
RasterWriter.write
(RenderedImage image, ChannelDataOutput output) Encodes the given image to the specified output.void
RasterWriter.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 ChannelDataOutput
WritableResourceSupport.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 ChannelDataOutput
WritableStore.output
The output if this store is write-only, ornull
if this store is read/write.Methods in org.apache.sis.internal.storage.esri with parameters of type ChannelDataOutputModifier and TypeMethodDescriptionprivate static void
WritableStore.write
(CharSequence text, ChannelDataOutput out) Writes the given text to the output.private void
WritableStore.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 TypeClassDescriptionclass
Adds the missing methods inChannelDataOutput
for implementing theDataOutput
interface.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 ChannelDataOutput
StorageConnector.createChannelDataOutput()
Creates a view for the storage as aChannelDataOutput
if possible.