| |
|
| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.spatial.DimensionImpl
DimensionImpl | public class DimensionImpl extends MetadataEntity implements Dimension(Code) | | Axis properties.
version: $Id: DimensionImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | DimensionImpl() Constructs an initially empty dimension. | public | DimensionImpl(Dimension source) Constructs a metadata entity initialized with the values from the specified metadata. | public | DimensionImpl(DimensionNameType dimensionName, int dimensionSize) |
DimensionImpl | public DimensionImpl()(Code) | | Constructs an initially empty dimension.
|
DimensionImpl | public DimensionImpl(Dimension source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
DimensionImpl | public DimensionImpl(DimensionNameType dimensionName, int dimensionSize)(Code) | | |
getDimensionName | public DimensionNameType getDimensionName()(Code) | | Name of the axis.
|
getDimensionSize | public Integer getDimensionSize()(Code) | | Number of elements along the axis.
|
getResolution | public Double getResolution()(Code) | | Degree of detail in the grid dataset.
|
setDimensionName | public synchronized void setDimensionName(DimensionNameType newValue)(Code) | | Set the name of the axis.
|
setDimensionSize | public synchronized void setDimensionSize(Integer newValue)(Code) | | Set the number of elements along the axis.
|
setResolution | public synchronized void setResolution(Double newValue)(Code) | | Set the degree of detail in the grid dataset.
|
|
|
|