org.geotools.metadata.iso.quality
Class AccuracyOfATimeMeasurementImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by ElementImpl
                  extended by TemporalAccuracyImpl
                      extended by AccuracyOfATimeMeasurementImpl
All Implemented Interfaces:
Serializable, Cloneable, AccuracyOfATimeMeasurement, Element, TemporalAccuracy

public class AccuracyOfATimeMeasurementImpl
extends TemporalAccuracyImpl
implements AccuracyOfATimeMeasurement

Correctness of the temporal references of an item (reporting of error in time measurement).

Since:
2.1
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
AccuracyOfATimeMeasurementImpl()
          Constructs an initially empty accuracy of a time measurement.
AccuracyOfATimeMeasurementImpl(AccuracyOfATimeMeasurement source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 
Methods inherited from class ElementImpl
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults, setDates, setEvaluationMethodDescription, setEvaluationMethodType, setEvaluationProcedure, setMeasureDescription, setMeasureIdentification, setNamesOfMeasure, setResults
 
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 Element
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults
 

Constructor Detail

AccuracyOfATimeMeasurementImpl

public AccuracyOfATimeMeasurementImpl()
Constructs an initially empty accuracy of a time measurement.


AccuracyOfATimeMeasurementImpl

public AccuracyOfATimeMeasurementImpl(AccuracyOfATimeMeasurement source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4


Copyright © 1996-2014 Geotools. All Rights Reserved.