GmlLoadOptions

GmlLoadOptions class

Options for loading Gml documents.

public sealed class GmlLoadOptions : GisLoadOptions

Constructors

Name Description
GmlLoadOptions() Initializes new instance of GmlLoadOptions class.

Properties

Name Description
Format { get; } Input document file type. (2 properties)
Height { get; set; } Sets desired page height for converting GIS document. Default is 1000.
LoadSchemasFromInternet { get; set; } 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.
RestoreSchema { get; set; } 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.
SchemaLocation { get; set; } 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
Width { get; set; } Sets desired page width for converting GIS document. Default is 1000.

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also