Dimap 1.1.2 DEM Profile

<HORIZONTAL_CS_TYPE>Dimap_Generic 1.0

Horizontal Coordinate System type

Description :

This keyword provides the type of the Horizontal Coordinate System. The type can be either PROJECTED, GEOGRAPHIC or OTHER.

  • PROJECTED means that the Horizontal Coordinate System is a cartographic projection
  • GEOGRAPHIC means that the Horizontal Coordinate System is unprojected (longitude/latitude used)
  • OTHER means that some other type is used, for example a local coordinate system associated to paper coordinate axis for a sanned cadastral map.

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_TYPE (based on Horizontal_CS_Types)

Horizontal_CS_Types (based on xsd:string)
    Possible Values :
  • PROJECTED
  • GEOGRAPHIC

Possible parent(s)