|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.spatial.SpatialRepresentationImpl org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl org.geotools.metadata.iso.spatial.GeoreferenceableImpl
Grid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
GeoreferenceableImpl()
Constructs an initially empty georeferenceable. |
|
GeoreferenceableImpl(int numberOfDimensions,
java.util.List axisDimensionsProperties,
org.opengis.metadata.spatial.CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean controlPointAvailable,
boolean orientationParameterAvailable)
Creates a georeferencable initialized to the given parameters. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this georeferenceable object with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getOrientationParameterDescription()
Description of parameters used to describe sensor orientation. |
java.util.Collection |
getParameterCitation()
Reference providing description of the parameters. |
java.lang.Object |
getParameters()
Terms which support grid data georeferencing. |
int |
hashCode()
Returns a hash code value for this object. |
boolean |
isControlPointAvailable()
Indication of whether or not control point(s) exists. |
boolean |
isOrientationParameterAvailable()
Indication of whether or not orientation parameters are available. |
void |
setControlPointAvailable(boolean newValue)
Set an indication of whether or not control point(s) exists. |
void |
setOrientationParameterAvailable(boolean newValue)
Set an indication of whether or not orientation parameters are available. |
void |
setOrientationParameterDescription(org.opengis.util.InternationalString newValue)
Set a description of parameters used to describe sensor orientation. |
void |
setParameterCitation(java.util.Collection newValues)
Set reference providing description of the parameters. |
void |
setParameters(java.lang.Object newValue)
Set terms which support grid data georeferencing. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl |
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable, setAxisDimensionsProperties, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailable |
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 |
Methods inherited from interface org.opengis.metadata.spatial.GridSpatialRepresentation |
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable |
Constructor Detail |
public GeoreferenceableImpl()
public GeoreferenceableImpl(int numberOfDimensions, java.util.List axisDimensionsProperties, org.opengis.metadata.spatial.CellGeometry cellGeometry, boolean transformationParameterAvailable, boolean controlPointAvailable, boolean orientationParameterAvailable)
Method Detail |
public boolean isControlPointAvailable()
isControlPointAvailable
in interface org.opengis.metadata.spatial.Georeferenceable
public void setControlPointAvailable(boolean newValue)
public boolean isOrientationParameterAvailable()
isOrientationParameterAvailable
in interface org.opengis.metadata.spatial.Georeferenceable
public void setOrientationParameterAvailable(boolean newValue)
public org.opengis.util.InternationalString getOrientationParameterDescription()
getOrientationParameterDescription
in interface org.opengis.metadata.spatial.Georeferenceable
public void setOrientationParameterDescription(org.opengis.util.InternationalString newValue)
public java.lang.Object getParameters()
getParameters
in interface org.opengis.metadata.spatial.Georeferenceable
public void setParameters(java.lang.Object newValue)
public java.util.Collection getParameterCitation()
getParameterCitation
in interface org.opengis.metadata.spatial.Georeferenceable
public void setParameterCitation(java.util.Collection newValues)
protected void freeze()
freeze
in class GridSpatialRepresentationImpl
public boolean equals(java.lang.Object object)
equals
in class GridSpatialRepresentationImpl
public int hashCode()
hashCode
in class GridSpatialRepresentationImpl
public java.lang.String toString()
toString
in class GridSpatialRepresentationImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |