org.geotools.metadata.iso.quality
Class RelativeInternalPositionalAccuracyImpl

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.quality.ElementImpl
                  extended by org.geotools.metadata.iso.quality.PositionalAccuracyImpl
                      extended by org.geotools.metadata.iso.quality.RelativeInternalPositionalAccuracyImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.quality.Element, org.opengis.metadata.quality.PositionalAccuracy, org.opengis.metadata.quality.RelativeInternalPositionalAccuracy

public class RelativeInternalPositionalAccuracyImpl
extends PositionalAccuracyImpl
implements org.opengis.metadata.quality.RelativeInternalPositionalAccuracy

Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.

Since:
2.1
Version:
$Id: RelativeInternalPositionalAccuracyImpl.java 30640 2008-06-12 17:34:32Z acuster $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.iso.quality.PositionalAccuracyImpl
DATUM_SHIFT_APPLIED, DATUM_SHIFT_OMITTED
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
RelativeInternalPositionalAccuracyImpl()
          Constructs an initially empty relative internal positional accuracy.
RelativeInternalPositionalAccuracyImpl(org.opengis.metadata.quality.RelativeInternalPositionalAccuracy source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 
Methods inherited from class org.geotools.metadata.iso.quality.ElementImpl
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults, setDates, setEvaluationMethodDescription, setEvaluationMethodType, setEvaluationProcedure, setMeasureDescription, setMeasureIdentification, setNamesOfMeasure, setResults
 
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.quality.Element
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults
 

Constructor Detail

RelativeInternalPositionalAccuracyImpl

public RelativeInternalPositionalAccuracyImpl()
Constructs an initially empty relative internal positional accuracy.


RelativeInternalPositionalAccuracyImpl

public RelativeInternalPositionalAccuracyImpl(org.opengis.metadata.quality.RelativeInternalPositionalAccuracy source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4


Copyright © 1996-2010 Geotools. All Rights Reserved.