org.geotools.metadata.iso.quality
Class ResultImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by ResultImpl
All Implemented Interfaces:
Serializable, Cloneable, Result
Direct Known Subclasses:
ConformanceResultImpl, QuantitativeResultImpl

public class ResultImpl
extends MetadataEntity
implements Result

Type of test applied to the data specified by a data quality scope.

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
ResultImpl()
          Constructs an initially empty result.
ResultImpl(Result source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 
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
 

Constructor Detail

ResultImpl

public ResultImpl()
Constructs an initially empty result.


ResultImpl

public ResultImpl(Result source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4


Copyright © 1996-2009 Geotools. All Rights Reserved.