Dimap 1.1.2 DEM Profile

<HORIZONTAL_CS_CODE>Dimap_Generic 1.0

Horizontal coordinate system identification code

Description :

This keyword provides the unique identification code of the Horizontal Coordinate System in use. This code relates to the Geodetic Tables defined by the GEO_TABLES keyword (it is highly recommended to use a namespace prefix such as epsg: in front of the code itself).

Check the Dimap Reference manual for a complete description of the Geodetic scheme used in Dimap.

Example :
 

<Horizontal_CS> <HORIZONTAL_CS_TYPE>PROJECTED</HORIZONTAL_CS_TYPE> <HORIZONTAL_CS_NAME>Lambert 2 etendu France</HORIZONTAL_CS_NAME> <HORIZONTAL_CS_CODE>epsg:27582</HORIZONTAL_CS_CODE> </Horizontal_CS> or <Horizontal_CS> <HORIZONTAL_CS_TYPE>PROJECTED</HORIZONTAL_CS_TYPE> <HORIZONTAL_CS_NAME>Special</HORIZONTAL_CS_NAME> <Projection> ... </Projection> <Geographic_CS> ... </Geographic_CS> </Horizontal_CS>

Datatype : t_HORIZONTAL_CS_CODE (based on Code)

Code (based on xsd:string)

Pattern : [A-Za-z]+:[0-9A-Za-z_]+

Possible parent(s)