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