Uses of Enum Class
org.geotools.coverage.io.CoverageSource.DomainType
Packages that use CoverageSource.DomainType
Package
Description
NetCDF slice-query infrastructure used by the GeoTools NetCDF reader to translate catalog-style
Query objects into NetCDF dimension selections and, ultimately, into readable 2D
slices.-
Uses of CoverageSource.DomainType in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return CoverageSource.DomainTypeModifier and TypeMethodDescriptionabstract CoverageSource.DomainTypeCoverageSource.AdditionalDomain.getType()static CoverageSource.DomainTypeReturns the enum constant of this class with the specified name.static CoverageSource.DomainType[]CoverageSource.DomainType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CoverageSource.DomainType in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return CoverageSource.DomainType -
Uses of CoverageSource.DomainType in org.geotools.imageio.netcdf.slice
Methods in org.geotools.imageio.netcdf.slice that return CoverageSource.DomainTypeModifier and TypeMethodDescriptionDimensionBindingResolver.Binding.domainType()Returns the value of thedomainTyperecord component.NetCDFSliceProvider.AdditionalDomainBinding.type()Returns the value of thetyperecord component.Constructors in org.geotools.imageio.netcdf.slice with parameters of type CoverageSource.DomainTypeModifierConstructorDescriptionAdditionalDomainBinding(String domainName, String attributeName, int logicalDimension, CoverageSource.DomainType type) Creates an instance of aAdditionalDomainBindingrecord class.Binding(DimensionBindingResolver.Kind kind, String attributeName, int logicalDimension, CoverageSource.DomainType domainType) Creates an instance of aBindingrecord class.