Package org.geotools.coverage.grid.io
Class DefaultDimensionDescriptor
Object
DefaultDimensionDescriptor
- All Implemented Interfaces:
DimensionDescriptor
Default implementation of the
DimensionDescriptor
interface- Author:
- Daniele Romagnoli - GeoSolutions SAS
-
Field Summary
Fields inherited from interface DimensionDescriptor
CRS, ELEVATION, RESOLUTION, RESOLUTION_X, RESOLUTION_Y, TIME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The end attribute (In case of dimensions with ranges)getName()
The dimension nameThe start attributegetUnits()
The dimension unitsThe dimension unit symbolint
hashCode()
void
setEndAttribute
(String endAttribute) void
void
setStartAttribute
(String startAttribute) void
void
setUnitSymbol
(String unitSymbol) toString()
-
Constructor Details
-
DefaultDimensionDescriptor
-
-
Method Details
-
getName
Description copied from interface:DimensionDescriptor
The dimension name- Specified by:
getName
in interfaceDimensionDescriptor
-
getUnitSymbol
Description copied from interface:DimensionDescriptor
The dimension unit symbol- Specified by:
getUnitSymbol
in interfaceDimensionDescriptor
-
getUnits
Description copied from interface:DimensionDescriptor
The dimension units- Specified by:
getUnits
in interfaceDimensionDescriptor
-
getStartAttribute
Description copied from interface:DimensionDescriptor
The start attribute- Specified by:
getStartAttribute
in interfaceDimensionDescriptor
-
getEndAttribute
Description copied from interface:DimensionDescriptor
The end attribute (In case of dimensions with ranges)- Specified by:
getEndAttribute
in interfaceDimensionDescriptor
-
setName
-
setUnitSymbol
-
setUnits
-
setStartAttribute
-
setEndAttribute
-
toString
-
equals
-
hashCode
public int hashCode()
-