Uses of Class
org.apache.sis.coverage.SampleDimension
-
Packages that use SampleDimension Package Description org.apache.sis.coverage Functions that associates positions within a bounded space (its domain) to values (its range).org.apache.sis.coverage.grid A coverage backed by a regular grid.org.apache.sis.storage 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 SampleDimension Modifier and Type Method Description SampleDimension
SampleDimension.Builder. build()
Creates a new sample with the properties defined to this builder.SampleDimension
SampleDimension. forConvertedValues(boolean converted)
Returns a sample dimension that describes real values or sample values, depending ifconverted
istrue
orfalse
respectively.Methods in org.apache.sis.coverage with parameters of type SampleDimension Modifier and Type Method Description static String
SampleDimension. 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 SampleDimension Modifier and Type Method Description List<SampleDimension>
GridCoverage. getSampleDimensions()
Returns information about the range of this grid coverage.Constructor parameters in org.apache.sis.coverage.grid with type arguments of type SampleDimension Constructor Description GridCoverage(GridGeometry grid, Collection<? extends SampleDimension> bands)
Constructs a grid coverage using the specified grid geometry and sample dimensions. -
Uses of SampleDimension in org.apache.sis.storage
Methods in org.apache.sis.storage that return types with arguments of type SampleDimension Modifier and Type Method Description List<SampleDimension>
GridCoverageResource. getSampleDimensions()
Returns the ranges of sample values together with the conversion from samples to real values.
-