|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.spatial.SpatialRepresentationImpl
org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl
Basic information required to uniquely identify a resource or resources.
| Field Summary |
| Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
| Constructor Summary | |
GridSpatialRepresentationImpl()
Constructs an initially empty grid spatial representation. |
|
GridSpatialRepresentationImpl(int numberOfDimensions,
java.util.List axisDimensionsProperties,
org.opengis.metadata.spatial.CellGeometry cellGeometry,
boolean transformationParameterAvailable)
Creates a grid spatial representation initialized to the given values. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this grid spatial representation with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.List |
getAxisDimensionsProperties()
Information about spatial-temporal axis properties. |
org.opengis.metadata.spatial.CellGeometry |
getCellGeometry()
Identification of grid data as point or cell. |
int |
getNumberOfDimensions()
Number of independent spatial-temporal axes. |
int |
hashCode()
Returns a hash code value for this representation. |
boolean |
isTransformationParameterAvailable()
Indication of whether or not parameters for transformation exists. |
void |
setAxisDimensionsProperties(java.util.List 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(int newValue)
Set the number of independent spatial-temporal axes. |
void |
setTransformationParameterAvailable(boolean newValue)
Set indication of whether or not parameters for transformation exists. |
java.lang.String |
toString()
Returns a string representation of this representation. |
| Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GridSpatialRepresentationImpl()
public GridSpatialRepresentationImpl(int numberOfDimensions,
java.util.List axisDimensionsProperties,
org.opengis.metadata.spatial.CellGeometry cellGeometry,
boolean transformationParameterAvailable)
| Method Detail |
public int getNumberOfDimensions()
getNumberOfDimensions in interface org.opengis.metadata.spatial.GridSpatialRepresentationpublic void setNumberOfDimensions(int newValue)
public java.util.List getAxisDimensionsProperties()
getAxisDimensionsProperties in interface org.opengis.metadata.spatial.GridSpatialRepresentationpublic void setAxisDimensionsProperties(java.util.List newValues)
public org.opengis.metadata.spatial.CellGeometry getCellGeometry()
getCellGeometry in interface org.opengis.metadata.spatial.GridSpatialRepresentationpublic void setCellGeometry(org.opengis.metadata.spatial.CellGeometry newValue)
public boolean isTransformationParameterAvailable()
isTransformationParameterAvailable in interface org.opengis.metadata.spatial.GridSpatialRepresentationpublic void setTransformationParameterAvailable(boolean newValue)
protected void freeze()
freeze in class MetadataEntitypublic boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||