Package com.luciad.fusion.tilestore.metadata
package com.luciad.fusion.tilestore.metadata
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata
.
Each resource has a unique ID and associated metadata. The following resources are defined:
- Asset: represents a geographic data source
- Coverage: represents a LuciadFusion tile-based data source
- Theme: represents a grouping of resources
The resource model of LuciadFusion is a flat model, where each resource is a root resource.
Some resources refer to other resources: coverages refer to assets and themes can refer to any
other other resource, forming a directed graph, see TLfnThemeMetadata
.
References to resources may be unresolved, when the referenced resource is unknown or removed.
For navigating the resource model, the Visitor design pattern is supported by resources.
- Since:
- 10.0
-
ClassDescriptionA representation of an asset.A part of an asset, requiring a location and a bounding box.ALfnAssetMetadata.AssetPart.Builder<A extends ALfnAssetMetadata.Builder<A,
P>, B extends ALfnAssetMetadata.AssetPart.Builder<A, B, P>, P extends ALfnAssetMetadata.AssetPart> An abstract builder for asset parts.ALfnAssetMetadata.Builder<B extends ALfnAssetMetadata.Builder<B,P>, P extends ALfnAssetMetadata.AssetPart> Abstract builder for asset metadata.A representation of a coverage.A reference to an asset with an associated status.ALfnCoverageMetadata.Builder<B extends ALfnCoverageMetadata.Builder<B>>Abstract builder for coverage metadata.An abstract representation of a resource.ALfnResourceMetadata.Builder<B extends ALfnResourceMetadata.Builder<B>>Abstract builder for resource metadata.A visitor for resource metadata.Enumeration indicating the data density or detail of the data in a coverage.A resolver which can resolve a resource ID to its resource metadata.A representation of a coverage.Builder for non-tile coverage metadata.A representation of a raster asset.Builder for asset metadata.A representation of a raster asset part.A builder for raster asset parts.This class defines a power-of-two tile set structure for an asset part.A representation of a raster coverage.Builder for raster coverage metadata.This class represents the geospatial resolution of a raster in model coordinates, with an X- and Y- component.A representation of a theme, which groups any number and type of resources.Builder for theme metadata.The traverser is used to traverse a theme's resources.Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.