GmlLoadOptions class
Leave feedback
On this page
Provides options for loading Gml documents.
The GmlLoadOptions type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of GmlLoadOptions. |
| Method | Description |
|---|---|
| equals | Determines whether two object instances are equal. (inherited from ValueObject) |
| equals_object | (inherited from ValueObject) |
| equals_value_object | (inherited from ValueObject) |
| get_hash_code | Serves as the default hash function. (inherited from ValueObject) |
| Property | Description |
|---|---|
| format | The input document file type. |
| load_schemas_from_internet | The property determines whether conversion is allowed to load XML schemas 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 schema_location is a 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 of 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. (inherited from GisLoadOptions) |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.