Uses of Class
org.apache.sis.internal.stream.BaseStreamWrapper
Packages that use BaseStreamWrapper
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Helper classes for customization of
java.util.stream
implementations.-
Uses of BaseStreamWrapper in org.apache.sis.internal.sql.feature
Subclasses of BaseStreamWrapper in org.apache.sis.internal.sql.featureModifier and TypeClassDescription(package private) final class
A stream ofFeature
instances from a table. -
Uses of BaseStreamWrapper in org.apache.sis.internal.stream
Subclasses of BaseStreamWrapper in org.apache.sis.internal.streamModifier and TypeClassDescriptionclass
A stream which delay the creation of the source stream as long as possible.class
A stream which delegates all operations to another stream of floating point values.final class
A stream on whichskip
andlimit
operations are delegated to a root stream.final class
A stream on whichskip
andlimit
operations are delegated to a root stream.class
A stream which delegates all operations to another stream.