|
|||||||||||
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.GeorectifiedImpl
Grid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation indication of whether or not geographic.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
GeorectifiedImpl()
Constructs an initially empty georectified object. |
|
GeorectifiedImpl(int numberOfDimensions,
java.util.List axisDimensionsProperties,
org.opengis.metadata.spatial.CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean checkPointAvailable,
java.util.List cornerPoints,
org.opengis.metadata.spatial.PixelOrientation pointInPixel)
Creates a georectified object initialized to the specified values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this georectified object with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.spatialschema.geometry.primitive.Point |
getCenterPoint()
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions. |
org.opengis.util.InternationalString |
getCheckPointDescription()
Description of geographic position points used to test the accuracy of the georeferenced grid data. |
java.util.List |
getCornerPoints()
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions. |
org.opengis.metadata.spatial.PixelOrientation |
getPointInPixel()
Point in a pixel corresponding to the Earth location of the pixel. |
org.opengis.util.InternationalString |
getTransformationDimensionDescription()
Description of the information about which grid dimensions are the spatial dimensions. |
java.util.Collection |
getTransformationDimensionMapping()
Information about which grid dimensions are the spatial dimensions. |
int |
hashCode()
Returns a hash code value for this object. |
boolean |
isCheckPointAvailable()
Indication of whether or not geographic position points are available to test the accuracy of the georeferenced grid data. |
void |
setCenterPoint(org.opengis.spatialschema.geometry.primitive.Point newValue)
Set the center point. |
void |
setCheckPointAvailable(boolean newValue)
Set indication of whether or not geographic position points are available to test the accuracy of the georeferenced grid data. |
void |
setCheckPointDescription(org.opengis.util.InternationalString newValue)
Set the description of geographic position points used to test the accuracy of the georeferenced grid data. |
void |
setCornerPoints(java.util.List newValues)
Set the corner points. |
void |
setPointInPixel(org.opengis.metadata.spatial.PixelOrientation newValue)
Set the point in a pixel corresponding to the Earth location of the pixel. |
void |
setTransformationDimensionDescription(org.opengis.util.InternationalString newValue)
Set the description of the information about which grid dimensions are the spatial dimensions. |
void |
setTransformationDimensionMapping(java.util.Collection newValues)
Set information about which grid dimensions are the spatial dimensions. |
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 GeorectifiedImpl()
public GeorectifiedImpl(int numberOfDimensions, java.util.List axisDimensionsProperties, org.opengis.metadata.spatial.CellGeometry cellGeometry, boolean transformationParameterAvailable, boolean checkPointAvailable, java.util.List cornerPoints, org.opengis.metadata.spatial.PixelOrientation pointInPixel)
Method Detail |
public boolean isCheckPointAvailable()
isCheckPointAvailable
in interface org.opengis.metadata.spatial.Georectified
public void setCheckPointAvailable(boolean newValue)
public org.opengis.util.InternationalString getCheckPointDescription()
getCheckPointDescription
in interface org.opengis.metadata.spatial.Georectified
public void setCheckPointDescription(org.opengis.util.InternationalString newValue)
public java.util.List getCornerPoints()
getCornerPoints
in interface org.opengis.metadata.spatial.Georectified
public void setCornerPoints(java.util.List newValues)
public org.opengis.spatialschema.geometry.primitive.Point getCenterPoint()
getCenterPoint
in interface org.opengis.metadata.spatial.Georectified
public void setCenterPoint(org.opengis.spatialschema.geometry.primitive.Point newValue)
public org.opengis.metadata.spatial.PixelOrientation getPointInPixel()
getPointInPixel
in interface org.opengis.metadata.spatial.Georectified
public void setPointInPixel(org.opengis.metadata.spatial.PixelOrientation newValue)
public org.opengis.util.InternationalString getTransformationDimensionDescription()
getTransformationDimensionDescription
in interface org.opengis.metadata.spatial.Georectified
public void setTransformationDimensionDescription(org.opengis.util.InternationalString newValue)
public java.util.Collection getTransformationDimensionMapping()
getTransformationDimensionMapping
in interface org.opengis.metadata.spatial.Georectified
public void setTransformationDimensionMapping(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 |