|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DimensionImpl
public class DimensionImpl
Axis properties.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
DimensionImpl()
Constructs an initially empty dimension. |
|
DimensionImpl(Dimension source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
DimensionImpl(DimensionNameType dimensionName,
int dimensionSize)
|
Method Summary | |
---|---|
DimensionNameType |
getDimensionName()
Name of the axis. |
Integer |
getDimensionSize()
Number of elements along the axis. |
Double |
getResolution()
Degree of detail in the grid dataset. |
void |
setDimensionName(DimensionNameType newValue)
Set the name of the axis. |
void |
setDimensionSize(Integer newValue)
Set the number of elements along the axis. |
void |
setResolution(Double newValue)
Set the degree of detail in the grid dataset. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DimensionImpl()
public DimensionImpl(Dimension source)
public DimensionImpl(DimensionNameType dimensionName, int dimensionSize)
Method Detail |
---|
public DimensionNameType getDimensionName()
getDimensionName
in interface Dimension
public void setDimensionName(DimensionNameType newValue)
public Integer getDimensionSize()
getDimensionSize
in interface Dimension
public void setDimensionSize(Integer newValue)
public Double getResolution()
getResolution
in interface Dimension
public void setResolution(Double newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |