Package org.geotools.coverage.grid.io
Interface DimensionDescriptor
- All Known Implementing Classes:
DefaultDimensionDescriptor
public interface DimensionDescriptor
Describes a "dimension" exposed by a structured grid coverage reader.
- Author:
- Simone Giannecchini, GeoSolutions SAS, Andrea Aime, GeoSolutions SAS, Daniele Romagnoli, GeoSolutions SAS
-
Field Summary
Fields -
Method Summary
-
Field Details
-
TIME
- See Also:
-
ELEVATION
- See Also:
-
CRS
- See Also:
-
RESOLUTION
- See Also:
-
RESOLUTION_X
- See Also:
-
RESOLUTION_Y
- See Also:
-
-
Method Details
-
getName
String getName()The dimension name -
getUnitSymbol
String getUnitSymbol()The dimension unit symbol -
getUnits
String getUnits()The dimension units -
getStartAttribute
String getStartAttribute()The start attribute -
getEndAttribute
String getEndAttribute()The end attribute (In case of dimensions with ranges)
-