Interface IShpLoadProcedure
A SHP load procedure. Execution is supported with limitations
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.LoadProcedure
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IShpLoadProcedure : IBaseLoadProcedure, INotifyPropertyChanged
Remarks
The SHP Load Procedure has the following limitations when executed by Maestro
- Generalization is not supported
- Conversion to SDF is not supported
Properties
| Improve this Doc View SourceConvertToSdf
Not supported by Maestro
Declaration
bool ConvertToSdf { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Generalization
Not supported by Maestro
Declaration
double Generalization { get; set; }
Property Value
Type | Description |
---|---|
System.Double |