|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
SpatialRepresentationImpl
GridSpatialRepresentationImpl
public class GridSpatialRepresentationImpl
Basic information required to uniquely identify a resource or resources.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
GridSpatialRepresentationImpl()
Constructs an initially empty grid spatial representation. |
|
GridSpatialRepresentationImpl(GridSpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
GridSpatialRepresentationImpl(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable)
Creates a grid spatial representation initialized to the given values. |
Method Summary | |
---|---|
List<Dimension> |
getAxisDimensionsProperties()
Information about spatial-temporal axis properties. |
CellGeometry |
getCellGeometry()
Identification of grid data as point or cell. |
Integer |
getNumberOfDimensions()
Number of independent spatial-temporal axes. |
boolean |
isTransformationParameterAvailable()
Indication of whether or not parameters for transformation exists. |
void |
setAxisDimensionsProperties(List<? extends Dimension> newValues)
Set information about spatial-temporal axis properties. |
void |
setCellGeometry(CellGeometry newValue)
Set identification of grid data as point or cell. |
void |
setNumberOfDimensions(Integer newValue)
Set the number of independent spatial-temporal axes. |
void |
setTransformationParameterAvailable(boolean newValue)
Set indication of whether or not parameters for transformation exists. |
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 GridSpatialRepresentationImpl()
public GridSpatialRepresentationImpl(GridSpatialRepresentation source)
public GridSpatialRepresentationImpl(int numberOfDimensions, List<? extends Dimension> axisDimensionsProperties, CellGeometry cellGeometry, boolean transformationParameterAvailable)
Note: this is a convenience constructor. The argument types don't need to match exactly the types expected by getters and setters.
Method Detail |
---|
public Integer getNumberOfDimensions()
getNumberOfDimensions
in interface GridSpatialRepresentation
public void setNumberOfDimensions(Integer newValue)
public List<Dimension> getAxisDimensionsProperties()
getAxisDimensionsProperties
in interface GridSpatialRepresentation
public void setAxisDimensionsProperties(List<? extends Dimension> newValues)
public CellGeometry getCellGeometry()
getCellGeometry
in interface GridSpatialRepresentation
public void setCellGeometry(CellGeometry newValue)
public boolean isTransformationParameterAvailable()
isTransformationParameterAvailable
in interface GridSpatialRepresentation
public void setTransformationParameterAvailable(boolean newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |