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 TypeMethodDescriptionbooleanThe end attribute (In case of dimensions with ranges)getName()The dimension nameThe start attributegetUnits()The dimension unitsThe dimension unit symbolinthashCode()voidsetEndAttribute(String endAttribute) voidvoidsetStartAttribute(String startAttribute) voidvoidsetUnitSymbol(String unitSymbol) toString() 
- 
Constructor Details
- 
DefaultDimensionDescriptor
 
 - 
 - 
Method Details
- 
getName
Description copied from interface:DimensionDescriptorThe dimension name- Specified by:
 getNamein interfaceDimensionDescriptor
 - 
getUnitSymbol
Description copied from interface:DimensionDescriptorThe dimension unit symbol- Specified by:
 getUnitSymbolin interfaceDimensionDescriptor
 - 
getUnits
Description copied from interface:DimensionDescriptorThe dimension units- Specified by:
 getUnitsin interfaceDimensionDescriptor
 - 
getStartAttribute
Description copied from interface:DimensionDescriptorThe start attribute- Specified by:
 getStartAttributein interfaceDimensionDescriptor
 - 
getEndAttribute
Description copied from interface:DimensionDescriptorThe end attribute (In case of dimensions with ranges)- Specified by:
 getEndAttributein interfaceDimensionDescriptor
 - 
setName
 - 
setUnitSymbol
 - 
setUnits
 - 
setStartAttribute
 - 
setEndAttribute
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -