Uses of Class
org.apache.sis.coverage.SampleDimension
Packages that use SampleDimension
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for grid coverages.
A set of helper classes for the SIS implementation backed by Java2D.
Utility classes for the implementation of GeoTIFF reader and writer.
Helper classes for the rendering of grid coverages.
Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.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 SampleDimension in org.apache.sis.coverage
Methods in org.apache.sis.coverage that return SampleDimensionModifier and TypeMethodDescriptionSampleDimension.Builder.build()Creates a new sample with the properties defined to this builder.SampleDimension.forConvertedValues(boolean converted) Returns a sample dimension that describes real values or sample values, depending ifconvertedistrueorfalserespectively.Methods in org.apache.sis.coverage that return types with arguments of type SampleDimensionModifier and TypeMethodDescriptionabstract List<SampleDimension> BandedCoverage.getSampleDimensions()Returns information about the range of this coverage.Methods in org.apache.sis.coverage with parameters of type SampleDimensionModifier and TypeMethodDescriptionstatic StringSampleDimension.toString(Locale locale, SampleDimension... dimensions) Returns a string representation of the given sample dimensions. -
Uses of SampleDimension in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return types with arguments of type SampleDimensionModifier and TypeMethodDescriptionGridCoverage.getSampleDimensions()Returns information about the range of this grid coverage.Methods in org.apache.sis.coverage.grid with parameters of type SampleDimensionModifier and TypeMethodDescriptionGridCoverageBuilder.addRange(SampleDimension band) Adds a sample dimension for one band.GridCoverageBuilder.setRanges(SampleDimension... bands) Sets the sample dimensions for all bands.Method parameters in org.apache.sis.coverage.grid with type arguments of type SampleDimensionModifier and TypeMethodDescriptionGridCoverageProcessor.convert(GridCoverage source, org.opengis.referencing.operation.MathTransform1D[] converters, Function<SampleDimension.Builder, SampleDimension> sampleDimensionModifier) Returns a coverage with sample values converted by the given functions.GridCoverageBuilder.setRanges(Collection<? extends SampleDimension> bands) Sets the sample dimensions for all bands.Constructor parameters in org.apache.sis.coverage.grid with type arguments of type SampleDimensionModifierConstructorDescriptionBufferedGridCoverage(GridGeometry grid, List<? extends SampleDimension> bands, int dataType) Constructs a grid coverage using the specified grid geometry, sample dimensions and data type.BufferedGridCoverage(GridGeometry domain, List<? extends SampleDimension> range, DataBuffer data) Constructs a grid coverage using the specified grid geometry, sample dimensions and data buffer.protectedGridCoverage(GridGeometry domain, List<? extends SampleDimension> ranges) Constructs a grid coverage using the specified grid geometry and sample dimensions.GridCoverage2D(GridGeometry domain, List<? extends SampleDimension> range, RenderedImage data) Constructs a grid coverage using the specified domain, range and data. -
Uses of SampleDimension in org.apache.sis.image
Method parameters in org.apache.sis.image with type arguments of type SampleDimensionModifier and TypeMethodDescriptionImageProcessor.visualize(RenderedImage source, Rectangle bounds, org.opengis.referencing.operation.MathTransform toSource, List<SampleDimension> ranges) Returns an image as the resampling of the given image followed by a conversion to integer sample values.ImageProcessor.visualize(RenderedImage source, List<SampleDimension> ranges) Returns an image where all sample values are indices of colors in anIndexColorModel. -
Uses of SampleDimension in org.apache.sis.internal.coverage
Method parameters in org.apache.sis.internal.coverage with type arguments of type SampleDimensionModifier and TypeMethodDescriptionstatic Number[]SampleDimensions.backgrounds(List<SampleDimension> bands) Returns the background values of all bands in the given list.static DoubleUnaryOperator[]SampleDimensions.toSampleFilters(ImageProcessor processor, List<SampleDimension> bands) Returns thesampleFiltersarguments to use in a call toImageProcessor.statistics(…)for excluding no-data values. -
Uses of SampleDimension in org.apache.sis.internal.coverage.j2d
Methods in org.apache.sis.internal.coverage.j2d with parameters of type SampleDimensionModifier and TypeMethodDescriptionbooleanColorizer.initialize(SampleModel model, SampleDimension source) Uses the given sample dimension for mapping range of values to colors. -
Uses of SampleDimension in org.apache.sis.internal.geotiff
Methods in org.apache.sis.internal.geotiff that return SampleDimensionModifier and TypeMethodDescriptiondefault SampleDimensionSchemaModifier.customize(int image, int band, NumberRange<?> sampleRange, SampleDimension.Builder dimension) Invoked when a sample dimension is created for a band in an image. -
Uses of SampleDimension in org.apache.sis.internal.map.coverage
Method parameters in org.apache.sis.internal.map.coverage with type arguments of type SampleDimensionModifier and TypeMethodDescriptionfinal voidRenderingData.setImageSpace(GridGeometry domain, List<SampleDimension> ranges, int[] xyDims) Sets the input space (domain) and output space (ranges) of the image to be rendered. -
Uses of SampleDimension in org.apache.sis.internal.sql.postgis
Method parameters in org.apache.sis.internal.sql.postgis with type arguments of type SampleDimensionModifier and TypeMethodDescriptionvoidRasterWriter.setNodataValues(List<? extends SampleDimension> bands) Infers the "no data" values from the given sample dimensions. -
Uses of SampleDimension in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return SampleDimensionModifier and TypeMethodDescriptionRangeArgument.select(List<? extends SampleDimension> sourceBands) Returns sample dimensions selected by the user.Methods in org.apache.sis.internal.storage that return types with arguments of type SampleDimensionModifier and TypeMethodDescriptionGridResourceWrapper.getSampleDimensions()Returns the ranges of sample values together with the conversion from samples to real values.MemoryGridResource.getSampleDimensions()Returns information about the ranges of wrapped grid coverage.Methods in org.apache.sis.internal.storage with parameters of type SampleDimensionModifier and TypeMethodDescriptionfinal voidMetadataBuilder.addNewBand(SampleDimension band) Sets the sequence identifier, sample value ranges, transfer function and units of measurement from the given sample dimension.Method parameters in org.apache.sis.internal.storage with type arguments of type SampleDimensionModifier and TypeMethodDescriptionRangeArgument.select(List<? extends SampleDimension> sourceBands) Returns sample dimensions selected by the user. -
Uses of SampleDimension in org.apache.sis.storage
Methods in org.apache.sis.storage that return types with arguments of type SampleDimensionModifier and TypeMethodDescriptionGridCoverageResource.getSampleDimensions()Returns the ranges of sample values together with the conversion from samples to real values.