Uses of Class
com.luciad.model.TLcdModelMetadata.Source
Packages that use TLcdModelMetadata.Source
Package
Description
This package and subclasses contain a domain model for describing ISO19115 metadata.
Model interfaces
-
Uses of TLcdModelMetadata.Source in com.luciad.format.metadata.model
Methods in com.luciad.format.metadata.model that return types with arguments of type TLcdModelMetadata.SourceModifier and TypeMethodDescriptionILcdMetadataDecoder.MetadataWithSource.getSources()
Returns the list of dedicated metadata files from which theTLcdISO19115Metadata
has been decoded.Constructors in com.luciad.format.metadata.model with parameters of type TLcdModelMetadata.SourceModifierConstructorDescriptionMetadataWithSource
(TLcdISO19115Metadata aMetadata, TLcdModelMetadata.Source aSource) Creates a newMetadataWithSource
instance for the given metadata and source file.Constructor parameters in com.luciad.format.metadata.model with type arguments of type TLcdModelMetadata.SourceModifierConstructorDescriptionMetadataWithSource
(TLcdISO19115Metadata aMetadata, List<TLcdModelMetadata.Source> aSources) Creates a newMetadataWithSource
instance for the given metadata and source file(s). -
Uses of TLcdModelMetadata.Source in com.luciad.model
Methods in com.luciad.model that return types with arguments of type TLcdModelMetadata.SourceModifier and TypeMethodDescriptionTLcdModelMetadata.discoverSupportingSources()
Attempts to discover supporting sources of the model.TLcdModelMetadata.getEntryPoint()
Returns the entry point of the model.ILcdModelReferenceDecoder.ModelReferenceWithSource.getSource()
Returns the source file from which the model reference was decoded, or an empty optional, if the source is unknown or does not exist.Methods in com.luciad.model with parameters of type TLcdModelMetadata.SourceModifier and TypeMethodDescriptionTLcdModelMetadata.Builder.addSupportingSource
(TLcdModelMetadata.Source aSource) Adds the given source to the list of supporting sources to use.TLcdModelMetadata.Builder.entryPoint
(TLcdModelMetadata.Source aEntryPoint) Sets the entry point to the givenTLcdModelMetadata.Source
.Method parameters in com.luciad.model with type arguments of type TLcdModelMetadata.SourceModifier and TypeMethodDescriptionTLcdModelMetadata.Builder.supportingSources
(Callable<List<TLcdModelMetadata.Source>> aSourcesCallable) Sets the callable for discovering supporting sources of the model.TLcdModelMetadata.Builder.supportingSources
(List<TLcdModelMetadata.Source> aSources) Sets the list of supporting sources to use.Constructors in com.luciad.model with parameters of type TLcdModelMetadata.SourceModifierConstructorDescriptionModelReferenceWithSource
(ILcdModelReference aModelReference, TLcdModelMetadata.Source aSource) Creates a new model reference with source.