-
GMLMM: Importing and exporting between GML format and MiraMon format
This application 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:
Importing and exporting between GML format and MiraMon format:
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] [/ORDRECOOR] [/VULL_CAMPS_GEOTOPO] [/VULL_TAULES_ASSOCIADES] [/VULL_TOPO_COM_DBF] [/SEPARADOR_COM_A_COMPLEXTYPE]
- GMLMM 2 InMMFile OutGMLFile OutXSDFile [/ARREL_ESQUEMES] [/VULL_CAMPS_GEOTOPO] [/VULL_TAULES_ASSOCIADES] [/VULL_TOPO_COM_DBF] [/SEPARADOR_COM_A_COMPLEXTYPE]
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) /ORDRECOOR=
(ORDRECOOR)
LATLONG or LONGLAT. If omitted, order is determined automatically (ORDRE_LL_AUTO_GML). (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) /VULL_CAMPS_GEOTOPO (Geometric-topological fields) Also write the geotopological fields in the MM to GML conversion. (Input parameter) /VULL_TAULES_ASSOCIADES (Linked tables) Also write the associated tables in the MM to GML conversion. (Input parameter) /VULL_TOPO_COM_DBF (VULL_TOPO_COM_DBF) If possible, convert to GML keeping topology in two associated tables. When importing a polygon GML, if topology is to be recovered, an associated arc GML is read first and the arc file is created; then the polygon GML is read using the topology tables (same directory, with specific names). If topology is not requested, the polygon GML is read directly. (Input parameter) /SEPARADOR_COM_A_COMPLEXTYPE (SEPARADOR_COM_A_COMPLEXTYPE) The field separator is exported as a GML ComplexType (SEPARADOR_COM_A_GML_COMPLEXTYPE). (Input parameter)