| org.geotools.metadata.iso.spatial.SpatialRepresentationImpl org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl
All known Subclasses: org.geotools.metadata.iso.spatial.GeorectifiedImpl, org.geotools.metadata.iso.spatial.GeoreferenceableImpl,
GridSpatialRepresentationImpl | public class GridSpatialRepresentationImpl extends SpatialRepresentationImpl implements GridSpatialRepresentation(Code) | | Basic information required to uniquely identify a resource or resources.
version: $Id: GridSpatialRepresentationImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | GridSpatialRepresentationImpl() Constructs an initially empty grid spatial representation. | public | GridSpatialRepresentationImpl(GridSpatialRepresentation source) Constructs a metadata entity initialized with the values from the specified metadata. | public | GridSpatialRepresentationImpl(int numberOfDimensions, List axisDimensionsProperties, CellGeometry cellGeometry, boolean transformationParameterAvailable) Creates a grid spatial representation initialized to the given values.
Note: this is a convenience constructor. |
GridSpatialRepresentationImpl | public GridSpatialRepresentationImpl()(Code) | | Constructs an initially empty grid spatial representation.
|
GridSpatialRepresentationImpl | public GridSpatialRepresentationImpl(GridSpatialRepresentation source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
GridSpatialRepresentationImpl | public GridSpatialRepresentationImpl(int numberOfDimensions, List axisDimensionsProperties, CellGeometry cellGeometry, boolean transformationParameterAvailable)(Code) | | Creates a grid spatial representation initialized to the given values.
Note: this is a convenience constructor. The argument types don't need to
match exactly the types expected by getters and setters.
|
getAxisDimensionsProperties | public synchronized List getAxisDimensionsProperties()(Code) | | Information about spatial-temporal axis properties.
|
getCellGeometry | public CellGeometry getCellGeometry()(Code) | | Identification of grid data as point or cell.
|
getNumberOfDimensions | public Integer getNumberOfDimensions()(Code) | | Number of independent spatial-temporal axes.
|
isTransformationParameterAvailable | public boolean isTransformationParameterAvailable()(Code) | | Indication of whether or not parameters for transformation exists.
|
setAxisDimensionsProperties | public synchronized void setAxisDimensionsProperties(List newValues)(Code) | | Set information about spatial-temporal axis properties.
|
setCellGeometry | public synchronized void setCellGeometry(CellGeometry newValue)(Code) | | Set identification of grid data as point or cell.
|
setNumberOfDimensions | public synchronized void setNumberOfDimensions(Integer newValue)(Code) | | Set the number of independent spatial-temporal axes.
|
setTransformationParameterAvailable | public synchronized void setTransformationParameterAvailable(boolean newValue)(Code) | | Set indication of whether or not parameters for transformation exists.
|
|
|