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

Method Summary
 String getEndAttribute()
          The end attribute (In case of dimensions with ranges)
 String getName()
          The dimension name
 String getStartAttribute()
          The start attribute
 String getUnits()
          The dimension units
 String getUnitSymbol()
          The dimension unit symbol
 

Method Detail

getName

String getName()
The dimension name

Returns:

getUnitSymbol

String getUnitSymbol()
The dimension unit symbol

Returns:

getUnits

String getUnits()
The dimension units

Returns:

getStartAttribute

String getStartAttribute()
The start attribute

Returns:

getEndAttribute

String getEndAttribute()
The end attribute (In case of dimensions with ranges)

Returns:


Copyright © 1996-2014 Geotools. All Rights Reserved.