Dimap 1.1.3 SPOTView Profile

<COMPONENT_TN_PATH>Dimap_Generic 1.0

Current component thumbnail's access path

Description :

This keyword provides the file storage format used for the Thumbnail associated to the component being described. A Thumbnail is a small image (icon) used for graphically representing the Component.

When a dataset has a complex content, it is composed of several "components". This keyword provides access path to the thumbnail of the components attached to the current dataset. It can be used to load an iconic view of a component in a catalog fashion.

Typical such components are :

  • layers (image, vectors, DEM) of a single map
  • products of a volume delivery

Components (from a given dataset point of view) look like hyper-links to some embedded data.

The path is relative to the current document. The path notation follows the URI/URL standard which can be found at :

Example :
 

<Component> <COMPONENT_PATH href="Alfaro_dtm.dim"/> <COMPONENT_TITLE>Alfaro DTM (raster layer)</COMPONENT_TITLE> <COMPONENT_CONTENT>Satellite image</COMPONENT_CONTENT> <COMPONENT_TYPE>DIMAP</COMPONENT_TYPE> <COMPONENT_TN_PATH href="Alfaro_dtm_tn.gif"/> <COMPONENT_TN_FORMAT version='GIF87a'>GIF</COMPONENT_TN_FORMAT> </Component> or <Component> <COMPONENT_PATH href="Alfaro.dem"/> <COMPONENT_TYPE>ENCAPSULATED</COMPONENT_TYPE> <COMPONENT_TITLE>Alfaro DEM, DTED format</COMPONENT_TITLE> <COMPONENT_CONTENT>DEM</COMPONENT_CONTENT> </Component>
Datatype : t_COMPONENT_TN_PATH (extension of 'URI')

URI

Ordered list of :

  • attribute href of type 'xsd:anyURI'
  • Possible parent(s)