GmlLoadOptions class
GmlLoadOptions class
Options for loading Gml documents.
Inheritance: GmlLoadOptions
→
GisLoadOptions
→
LoadOptions
→
ValueObject
The GmlLoadOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes new instance of GmlLoadOptions class. |
Properties
Property | Description |
---|---|
format | Input document file type. |
width | Sets desired page width for converting GIS document. Default is 1000. |
height | Sets desired page height for converting GIS document. Default is 1000. |
schema_location | Space separated list of URI pairs. First URI in every pair is a URI of the namespace, second URI is a Path to XML schema of the namespace. If set to null, Conversion will try read schemaLocation from the root element of the document. Default is null |
restore_schema | Determines whether Conversion is allowed to parse attributes in a Gml file in which an XML schema is missing or cannot be loaded. If set to true, Conversion reader does not require the presence of an XML Schema. Default is false. |
load_schemas_from_internet | Determines whether Conversion is allowed to load XML schema from Internet. If set to false, schemas with absolute URIs that does not start with ‘file://’ would not be loaded. Default is false. |
Methods
Method | Description |
---|---|
equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.load
- class
GisLoadOptions
- class
GmlLoadOptions
- class
LoadOptions
- class
ValueObject