Uses of Enum Class
org.apache.sis.image.DataType
Packages that use DataType
Package
Description
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
A plugin mechanism for modifying some aspects of the resources read by data stores.
-
Uses of DataType in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid with parameters of type DataType -
Uses of DataType in org.apache.sis.image
Subclasses with type arguments of type DataType in org.apache.sis.imageModifier and TypeClassDescriptionenumIdentification of the primitive type used for storing sample values in an image.Methods in org.apache.sis.image that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeDataType.forBands(RenderedImage image) Returns the data type of the bands in the given image.static DataTypeDataType.forBands(SampleModel sm) Returns the data type of the bands managed by the given the sample model.static DataTypeDataType.forDataBufferType(int type) Returns the enumeration value for the givenDataBufferconstant.static DataTypeDataType.forNumberOfBits(int size, boolean real, boolean signed) Returns the enumeration value for the given number of bits.static DataTypeDataType.forPrimitiveType(Class<?> type, boolean unsigned) Returns the data type for the given primitive type.static DataTypeDataType.forRange(NumberRange<?> range, boolean forceInteger) Returns the smallest data type capable to store the given range of values.ImageCombiner.getBandType()Returns the type of number used for representing the values of each band.PixelIterator.getDataType()Returns the type of sample values.final DataTypeDataType.toFloat()Returns the smallest floating point type capable to store all values of this type without precision lost.final DataTypeDataType.toPrimitive()Returns the primitive (signed) variant of this data type.static DataTypeReturns the enum constant of this class with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.image with parameters of type DataTypeModifier and TypeMethodDescriptionImageProcessor.convert(RenderedImage source, NumberRange<?>[] sourceRanges, MathTransform1D[] converters, DataType targetType) Returns an image with sample values converted by the given functions.ImageLayout.createSampleModel(DataType dataType, Rectangle bounds, int numBands) Returns a sample model for the given data type with a size computed from the given image bounds. -
Uses of DataType in org.apache.sis.storage.modifier
Methods in org.apache.sis.storage.modifier that return types with arguments of type DataTypeModifier and TypeMethodDescriptionCoverageModifier.Source.getDataType()Returns the type in which the coverage (raster) data are stored.Constructors in org.apache.sis.storage.modifier with parameters of type DataType