GmlLoadOptions class

GmlLoadOptions class

Provides options for loading Gml documents.

The GmlLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of GmlLoadOptions.

Methods

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)

Properties

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)

See Also