|
||||||||||
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.SpatialRepresentationImpl
org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl
public class GridSpatialRepresentationImpl
Basic information required to uniquely identify a resource or resources.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
GridSpatialRepresentationImpl()
Constructs an initially empty grid spatial representation. |
|
GridSpatialRepresentationImpl(org.opengis.metadata.spatial.GridSpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
GridSpatialRepresentationImpl(int numberOfDimensions,
java.util.List<? extends org.opengis.metadata.spatial.Dimension> axisDimensionsProperties,
org.opengis.metadata.spatial.CellGeometry cellGeometry,
boolean transformationParameterAvailable)
Creates a grid spatial representation initialized to the given values. |
Method Summary | |
---|---|
java.util.List<org.opengis.metadata.spatial.Dimension> |
getAxisDimensionsProperties()
Information about spatial-temporal axis properties. |
org.opengis.metadata.spatial.CellGeometry |
getCellGeometry()
Identification of grid data as point or cell. |
java.lang.Integer |
getNumberOfDimensions()
Number of independent spatial-temporal axes. |
boolean |
isTransformationParameterAvailable()
Indication of whether or not parameters for transformation exists. |
void |
setAxisDimensionsProperties(java.util.List<? extends org.opengis.metadata.spatial.Dimension> newValues)
Set information about spatial-temporal axis properties. |
void |
setCellGeometry(org.opengis.metadata.spatial.CellGeometry newValue)
Set identification of grid data as point or cell. |
void |
setNumberOfDimensions(java.lang.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 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 GridSpatialRepresentationImpl()
public GridSpatialRepresentationImpl(org.opengis.metadata.spatial.GridSpatialRepresentation source)
public GridSpatialRepresentationImpl(int numberOfDimensions, java.util.List<? extends org.opengis.metadata.spatial.Dimension> axisDimensionsProperties, org.opengis.metadata.spatial.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 java.lang.Integer getNumberOfDimensions()
getNumberOfDimensions
in interface org.opengis.metadata.spatial.GridSpatialRepresentation
public void setNumberOfDimensions(java.lang.Integer newValue)
public java.util.List<org.opengis.metadata.spatial.Dimension> getAxisDimensionsProperties()
getAxisDimensionsProperties
in interface org.opengis.metadata.spatial.GridSpatialRepresentation
public void setAxisDimensionsProperties(java.util.List<? extends org.opengis.metadata.spatial.Dimension> newValues)
public org.opengis.metadata.spatial.CellGeometry getCellGeometry()
getCellGeometry
in interface org.opengis.metadata.spatial.GridSpatialRepresentation
public void setCellGeometry(org.opengis.metadata.spatial.CellGeometry newValue)
public boolean isTransformationParameterAvailable()
isTransformationParameterAvailable
in interface org.opengis.metadata.spatial.GridSpatialRepresentation
public void setTransformationParameterAvailable(boolean newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |