public class GridSpatialRepresentationImpl extends SpatialRepresentationImpl implements GridSpatialRepresentation
LOGGER| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic 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.
public Integer getNumberOfDimensions()
getNumberOfDimensions in interface GridSpatialRepresentationpublic void setNumberOfDimensions(Integer newValue)
public List<Dimension> getAxisDimensionsProperties()
getAxisDimensionsProperties in interface GridSpatialRepresentationpublic void setAxisDimensionsProperties(List<? extends Dimension> newValues)
public CellGeometry getCellGeometry()
getCellGeometry in interface GridSpatialRepresentationpublic void setCellGeometry(CellGeometry newValue)
public boolean isTransformationParameterAvailable()
isTransformationParameterAvailable in interface GridSpatialRepresentationpublic void setTransformationParameterAvailable(boolean newValue)
Copyright © 1996–2019 Geotools. All rights reserved.