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.
Utility classes for the implementation of SIS storage classes.
-
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.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.