Uses of Class
com.luciad.format.metadata.model.metadataentityset.TLcdISO19115Metadata
Packages that use TLcdISO19115Metadata
Package
Description
This package provides the classes that correspond to AIXM 5.1 data types.
Provides support for decoding ECW files.
Provides support for decoding raster formats for which Luciad doesn't have a proper decoder using GDAL.
This package and subclasses contain a domain model for describing ISO19115 metadata.
This package defines the classes of geographic information to which metadata applies.
This package contains a decoder and encoder for ISO19139 data sources.
Handles the S-57 format.
Handles the S-63 format.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata
.-
Uses of TLcdISO19115Metadata in com.luciad.format.aixm51.model.abstractfeature
Methods in com.luciad.format.aixm51.model.abstractfeature that return TLcdISO19115MetadataModifier and TypeMethodDescriptionTLcdAIXM51FeatureMetadataProperty.getMetadata()
Returns the value of the property that maps to theMD_Metadata
element.TLcdAIXM51FeatureTimeSliceMetadataProperty.getMetadata()
Returns the value of the property that maps to theMD_Metadata
element.TLcdAIXM51MessageMetadataProperty.getMetadata()
Returns the value of the property that maps to theMD_Metadata
element.Methods in com.luciad.format.aixm51.model.abstractfeature with parameters of type TLcdISO19115MetadataModifier and TypeMethodDescriptionvoid
TLcdAIXM51FeatureMetadataProperty.setMetadata
(TLcdISO19115Metadata aValue) Sets the value of the property that maps to theMD_Metadata
element.void
TLcdAIXM51FeatureTimeSliceMetadataProperty.setMetadata
(TLcdISO19115Metadata aValue) Sets the value of the property that maps to theMD_Metadata
element.void
TLcdAIXM51MessageMetadataProperty.setMetadata
(TLcdISO19115Metadata aValue) Sets the value of the property that maps to theMD_Metadata
element. -
Uses of TLcdISO19115Metadata in com.luciad.format.ecw
Methods in com.luciad.format.ecw that return TLcdISO19115MetadataModifier and TypeMethodDescriptionTLcdECWModelDecoder.decodeMetadata
(String aSourceName) The ECW metadata has the following structure: -
Uses of TLcdISO19115Metadata in com.luciad.format.gdal
Methods in com.luciad.format.gdal that return TLcdISO19115MetadataModifier and TypeMethodDescriptionTLcdGDALModelDecoder.decodeMetadata
(String aSourceName) Decodes the metadata from a gdal source and returns aTLcdISO19115Metadata
instance. -
Uses of TLcdISO19115Metadata in com.luciad.format.metadata.model
Methods in com.luciad.format.metadata.model that return TLcdISO19115MetadataModifier and TypeMethodDescriptionILcdMetadataDecoder.decodeMetadata
(String aSourceName) Decodes the metadata from a given source name as an ISO-19115 metadata object.TLcdCompositeMetadataDecoder.decodeMetadata
(String aSourceName) Decode the given metadata source through a suitable delegate metadata decoder.ILcdMetadataDecoder.MetadataWithSource.getMetadata()
Returns the decodedTLcdISO19115Metadata
.Constructors in com.luciad.format.metadata.model with parameters of type TLcdISO19115MetadataModifierConstructorDescriptionMetadataWithSource
(TLcdISO19115Metadata aMetadata, TLcdModelMetadata.Source aSource) Creates a newMetadataWithSource
instance for the given metadata and source file.MetadataWithSource
(TLcdISO19115Metadata aMetadata, List<TLcdModelMetadata.Source> aSources) Creates a newMetadataWithSource
instance for the given metadata and source file(s). -
Uses of TLcdISO19115Metadata in com.luciad.format.metadata.model.metadataapplication
Methods in com.luciad.format.metadata.model.metadataapplication that return types with arguments of type TLcdISO19115MetadataModifier and TypeMethodDescriptionTLcdISO19115DataSet.getHas()
Gets the value of theTLcdISO19115DataSet.HAS_PROPERTY
property adapted to a list ofTLcdISO19115Metadata
instances.TLcdISO19115Aggregate.getSeriesMetadata()
Gets the value of theTLcdISO19115Aggregate.SERIES_METADATA_PROPERTY
property adapted to a list ofTLcdISO19115Metadata
instances. -
Uses of TLcdISO19115Metadata in com.luciad.format.metadata.xml
Methods in com.luciad.format.metadata.xml that return TLcdISO19115MetadataModifier and TypeMethodDescriptionTLcdISO19139MetadataDecoder.decodeMetadata
(String aSourcePath) Decodes an ISO 19139 data source.Methods in com.luciad.format.metadata.xml with parameters of type TLcdISO19115MetadataModifier and TypeMethodDescriptionvoid
TLcdISO19139MetadataEncoder.encodeMetadata
(TLcdISO19115Metadata aMetadata, String aDestination) Encodes an ISO 19115 metadata domain object to an ISO 19139 data source. -
Uses of TLcdISO19115Metadata in com.luciad.format.s57
Methods in com.luciad.format.s57 that return TLcdISO19115MetadataModifier and TypeMethodDescriptionTLcdS57CatalogueModelDecoder.decodeMetadata
(String aSourceName) TLcdS57ModelDecoder.decodeMetadata
(String aSourceName) TLcdS57UnifiedModelDecoder.decodeMetadata
(String aSourceName) -
Uses of TLcdISO19115Metadata in com.luciad.format.s63
Methods in com.luciad.format.s63 that return TLcdISO19115MetadataModifier and TypeMethodDescriptionTLcdS63CatalogueModelDecoder.decodeMetadata
(String aSourceName) TLcdS63ModelDecoder.decodeMetadata
(String aSourceName) TLcdS63UnifiedModelDecoder.decodeMetadata
(String aSourceName) The S-63 metadata has a similar structure as the S-57 one. -
Uses of TLcdISO19115Metadata in com.luciad.fusion.tilestore.metadata
Methods in com.luciad.fusion.tilestore.metadata that return TLcdISO19115MetadataModifier and TypeMethodDescriptionfinal TLcdISO19115Metadata
ALfnResourceMetadata.Builder.getISO19115Metadata()
Gets this builder's current ISO 19115 metadata.ALfnResourceMetadata.getISO19115Metadata()
Gets the ISO 19115 metadata of this resource, ornull
if none.Methods in com.luciad.fusion.tilestore.metadata with parameters of type TLcdISO19115MetadataModifier and TypeMethodDescriptionfinal B
ALfnResourceMetadata.Builder.iso19115Metadata
(TLcdISO19115Metadata aIso19115Metadata) Sets the optional ISO 19115 metadata of the resource.final B
ALfnResourceMetadata.Builder.setISO19115Metadata
(TLcdISO19115Metadata aIso19115Metadata) Deprecated.
ALfnResourceMetadata.Builder.iso19115Metadata(TLcdISO19115Metadata)
instead