org.geotools.metadata.iso.spatial
Class GeoreferenceableImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.spatial.SpatialRepresentationImpl
                  extended by org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl
                      extended by org.geotools.metadata.iso.spatial.GeoreferenceableImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.spatial.Georeferenceable, org.opengis.metadata.spatial.GridSpatialRepresentation, org.opengis.metadata.spatial.SpatialRepresentation

public class GeoreferenceableImpl
extends GridSpatialRepresentationImpl
implements org.opengis.metadata.spatial.Georeferenceable

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.

Since:
2.1
Version:
$Id: GeoreferenceableImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
GeoreferenceableImpl()
          Constructs an initially empty georeferenceable.
GeoreferenceableImpl(org.opengis.metadata.spatial.Georeferenceable source)
          Constructs a metadata entity initialized with the values from the specified metadata.
GeoreferenceableImpl(int numberOfDimensions, java.util.List<? extends org.opengis.metadata.spatial.Dimension> axisDimensionsProperties, org.opengis.metadata.spatial.CellGeometry cellGeometry, boolean transformationParameterAvailable, boolean controlPointAvailable, boolean orientationParameterAvailable)
          Creates a georeferencable initialized to the given parameters.
 
Method Summary
 org.opengis.util.Record getGeoreferencedParameters()
          Terms which support grid data georeferencing.
 org.opengis.util.InternationalString getOrientationParameterDescription()
          Description of parameters used to describe sensor orientation.
 java.util.Collection<org.opengis.metadata.citation.Citation> getParameterCitation()
          Reference providing description of the parameters.
 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 setGeoreferencedParameters(org.opengis.util.Record newValue)
          Set terms which support grid data georeferencing.
 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<? extends org.opengis.metadata.citation.Citation> newValues)
          Set reference providing description of the parameters.
 
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
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
 
Methods inherited from interface org.opengis.metadata.spatial.GridSpatialRepresentation
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable
 

Constructor Detail

GeoreferenceableImpl

public GeoreferenceableImpl()
Constructs an initially empty georeferenceable.


GeoreferenceableImpl

public GeoreferenceableImpl(org.opengis.metadata.spatial.Georeferenceable source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4

GeoreferenceableImpl

public GeoreferenceableImpl(int numberOfDimensions,
                            java.util.List<? extends org.opengis.metadata.spatial.Dimension> axisDimensionsProperties,
                            org.opengis.metadata.spatial.CellGeometry cellGeometry,
                            boolean transformationParameterAvailable,
                            boolean controlPointAvailable,
                            boolean orientationParameterAvailable)
Creates a georeferencable initialized to the given parameters.

Method Detail

isControlPointAvailable

public boolean isControlPointAvailable()
Indication of whether or not control point(s) exists.

Specified by:
isControlPointAvailable in interface org.opengis.metadata.spatial.Georeferenceable

setControlPointAvailable

public void setControlPointAvailable(boolean newValue)
Set an indication of whether or not control point(s) exists.


isOrientationParameterAvailable

public boolean isOrientationParameterAvailable()
Indication of whether or not orientation parameters are available.

Specified by:
isOrientationParameterAvailable in interface org.opengis.metadata.spatial.Georeferenceable

setOrientationParameterAvailable

public void setOrientationParameterAvailable(boolean newValue)
Set an indication of whether or not orientation parameters are available.


getOrientationParameterDescription

public org.opengis.util.InternationalString getOrientationParameterDescription()
Description of parameters used to describe sensor orientation.

Specified by:
getOrientationParameterDescription in interface org.opengis.metadata.spatial.Georeferenceable

setOrientationParameterDescription

public void setOrientationParameterDescription(org.opengis.util.InternationalString newValue)
Set a description of parameters used to describe sensor orientation.


getGeoreferencedParameters

public org.opengis.util.Record getGeoreferencedParameters()
Terms which support grid data georeferencing.

Specified by:
getGeoreferencedParameters in interface org.opengis.metadata.spatial.Georeferenceable
Since:
2.4

setGeoreferencedParameters

public void setGeoreferencedParameters(org.opengis.util.Record newValue)
Set terms which support grid data georeferencing.

Since:
2.4

getParameterCitation

public java.util.Collection<org.opengis.metadata.citation.Citation> getParameterCitation()
Reference providing description of the parameters.

Specified by:
getParameterCitation in interface org.opengis.metadata.spatial.Georeferenceable

setParameterCitation

public void setParameterCitation(java.util.Collection<? extends org.opengis.metadata.citation.Citation> newValues)
Set reference providing description of the parameters.



Copyright © 1996-2010 Geotools. All Rights Reserved.