-
GMLMM: Importing and exporting between GML format and MiraMon format
This program allows importing a file from a GLM format to a MiraMon Map (MMM) that contains layers in structured vector format of MiraMon (PNT, ARC/NOD, and POL). It also allows exporting from a MiraMon Map or from a layer in MiraMon vector format to GLM.
Two options are available:
Import GML files to a MiraMon Map:
Imports a file from GML format creating a MiraMon Map that contains one or more layers (as required according to the GLM file content) in MiraMon structured vector format (PNT, ARC/NOD and POL) but it does not structure them topologically.
Export from a MiraMon Map or from a MiraMon vector layer to GML:
Export from a MiraMon Map or from a MiraMon structured vector layer to a GML format file (WFS Deegree).
Syntax:
- GMLMM 1 GMLFile MMMFile [/SIST_DEST]
- GMLMM 2 InMMFile OutGMLFile OutXSDFile [/ARREL_ESQUEMES]
Options:
- 1:
Import GML files to a MiraMon Map
- 2:
Export from a MiraMon Map or from a MiraMon structured vector layer to a GML format file (WFS Deegree)
Parameters:
- GMLFile
(GML file -
Input parameter): GML file to import.
- MMMFile
(Fitxer MMM -
Output parameter): Output file with .mmm extension. The program will create a folder with the same map name where the vector layers of the map will be saved.
- InMMFile
(Input Vector File -
Input parameter): Input file to export. It can be a file of maps, points, arcs or polygons.
- OutGMLFile
(GML file -
Output parameter): Output GML file.
- OutXSDFile
(XSD file -
Output parameter): XSD file containing the XML schema for the generated GML file.
Modifiers:
/SIST_DEST=
(Output Horizontal Reference System)
Identifier of the reference system to reproject the output layers, if a reference system different from the input file is desired. (Input parameter) /ARREL_ESQUEMES=
(Base address http schemas GML validation.)
Base address of GML validation schemes. By default it will be used http://miramon.uab.cat/ogc/schemas (Input parameter)