org.geotools.metadata.iso.spatial
Class GeoreferenceableImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by SpatialRepresentationImpl
                  extended by GridSpatialRepresentationImpl
                      extended by GeoreferenceableImpl
All Implemented Interfaces:
Serializable, Cloneable, Georeferenceable, GridSpatialRepresentation, SpatialRepresentation

public class GeoreferenceableImpl
extends GridSpatialRepresentationImpl
implements 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
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form
Module:
modules/library/metadata (gt-metadata.jar)

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
GeoreferenceableImpl()
          Constructs an initially empty georeferenceable.
GeoreferenceableImpl(Georeferenceable source)
          Constructs a metadata entity initialized with the values from the specified metadata.
GeoreferenceableImpl(int numberOfDimensions, List<? extends Dimension> axisDimensionsProperties, CellGeometry cellGeometry, boolean transformationParameterAvailable, boolean controlPointAvailable, boolean orientationParameterAvailable)
          Creates a georeferencable initialized to the given parameters.
 
Method Summary
 Record getGeoreferencedParameters()
          Terms which support grid data georeferencing.
 InternationalString getOrientationParameterDescription()
          Description of parameters used to describe sensor orientation.
 Collection<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(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(InternationalString newValue)
          Set a description of parameters used to describe sensor orientation.
 void setParameterCitation(Collection<? extends Citation> newValues)
          Set reference providing description of the parameters.
 
Methods inherited from class GridSpatialRepresentationImpl
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable, setAxisDimensionsProperties, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailable
 
Methods inherited from class MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface GridSpatialRepresentation
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable
 

Constructor Detail

GeoreferenceableImpl

public GeoreferenceableImpl()
Constructs an initially empty georeferenceable.


GeoreferenceableImpl

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

Since:
2.4

GeoreferenceableImpl

public GeoreferenceableImpl(int numberOfDimensions,
                            List<? extends Dimension> axisDimensionsProperties,
                            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 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 Georeferenceable

setOrientationParameterAvailable

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


getOrientationParameterDescription

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

Specified by:
getOrientationParameterDescription in interface Georeferenceable

setOrientationParameterDescription

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


getGeoreferencedParameters

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

Specified by:
getGeoreferencedParameters in interface Georeferenceable
Since:
2.4

setGeoreferencedParameters

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

Since:
2.4

getParameterCitation

public Collection<Citation> getParameterCitation()
Reference providing description of the parameters.

Specified by:
getParameterCitation in interface Georeferenceable

setParameterCitation

public void setParameterCitation(Collection<? extends Citation> newValues)
Set reference providing description of the parameters.



Copyright © 1996-2009 Geotools. All Rights Reserved.