Uses of Class
com.luciad.format.metadata.model.metadataentityset.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionTLcdECWModelDecoder.decodeMetadata
(String aSourceName) The ECW metadata has the following structure: -
Uses of TLcdISO19115Metadata in com.luciad.format.gdal
Modifier 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
Modifier 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
.ModifierConstructorDescriptionMetadataWithSource
(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
Modifier 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
Modifier and TypeMethodDescriptionTLcdISO19139MetadataDecoder.decodeMetadata
(String aSourcePath) Decodes an ISO 19139 data source.Modifier 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
Modifier and TypeMethodDescriptionTLcdS57CatalogueModelDecoder.decodeMetadata
(String aSourceName) TLcdS57ModelDecoder.decodeMetadata
(String aSourceName) TLcdS57UnifiedModelDecoder.decodeMetadata
(String aSourceName) -
Uses of TLcdISO19115Metadata in com.luciad.format.s63
Modifier 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
Modifier 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.Modifier 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