GmlOptionsLoadSchemasFromInternet Property |
Determines whether Aspose.GIS is allowed to load XML schema from Internet.
If set to , schemas with absolute URIs that does not start with 'file://' would not be loaded.
Default is .
Namespace:
Aspose.Gis.Formats.Gml
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public bool LoadSchemasFromInternet { get; set; }
Public Property LoadSchemasFromInternet As Boolean
Get
Set
public:
property bool LoadSchemasFromInternet {
bool get ();
void set (bool value);
}
member LoadSchemasFromInternet : bool with get, set
Property Value
Type:
BooleanRemarks
Aspose.GIS uses XML schema of GML file in order to create
FeatureAttributeCollection.
XML schema files can be distributed alongside with GML files or can be located on the Internet.
In former case, you need to set this option to
to allow Aspose.GIS to load XML schema.
See Also