Uses of Interface
org.opengis.metadata.lineage.Source

Packages that use Source
org.geotools.metadata.iso.lineage Lineage implementation. 
org.opengis.metadata.lineage Lineage information. 
 

Uses of Source in org.geotools.metadata.iso.lineage
 

Classes in org.geotools.metadata.iso.lineage that implement Source
 class SourceImpl
          Information about the source data used in creating the data specified by the scope.
 

Methods in org.geotools.metadata.iso.lineage that return types with arguments of type Source
 Collection<Source> ProcessStepImpl.getSources()
          Returns the information about the source data used in creating the data specified by the scope.
 Collection<Source> LineageImpl.getSources()
          Information about the source data used in creating the data specified by the scope.
 

Method parameters in org.geotools.metadata.iso.lineage with type arguments of type Source
 void ProcessStepImpl.setSources(Collection<? extends Source> newValues)
          Information about the source data used in creating the data specified by the scope.
 void LineageImpl.setSources(Collection<? extends Source> newValues)
          Information about the source data used in creating the data specified by the scope.
 

Constructors in org.geotools.metadata.iso.lineage with parameters of type Source
SourceImpl(Source source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of Source in org.opengis.metadata.lineage
 

Methods in org.opengis.metadata.lineage that return types with arguments of type Source
 Collection<? extends Source> ProcessStep.getSources()
          Information about the source data used in creating the data specified by the scope.
 Collection<? extends Source> Lineage.getSources()
          Information about the source data used in creating the data specified by the scope.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.