GmlLoadOptions class
GmlLoadOptions class
Options for loading Gml documents.
The GmlLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of GmlLoadOptions class. |
Properties
| Property | Description |
|---|---|
| format | The input document file type. |
| load_schemas_from_internet | The property determines whether conversion is allowed to load XML schema from the Internet. |
| restore_schema | The property determines whether conversion is allowed to parse attributes in a GML file when the XML schema is missing or cannot be loaded. |
| schema_location | The space-separated list of URI pairs, where the first URI in each pair is the namespace URI and the second URI is the path to the XML schema for that namespace. |
| height | The desired page height for converting a GIS document. Default is 1000. (inherited from GisLoadOptions) |
| width | The desired page width for converting a GIS document. Default is 1000. (inherited from GisLoadOptions) |