Class SldImportOptions

SldImportOptions class

Options for the import of Styled Layer Descriptor file (Sld).

public class SldImportOptions

Constructors

NameDescription
SldImportOptions()The default constructor.

Properties

NameDescription
LoadInternetResources { get; set; }Determines whether Aspose.GIS is allowed to load sources from Internet. If set to false, schemas with absolute URIs that does not start with ‘file://’ would not be loaded. Default is false.

See Also