SFMap (ShapeFile Map) is a .NET ShapeFile Control which displays shapefiles in a .NET Windows Form application

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Public Class SFMap _
	Inherits UserControl
C#
public class SFMap : UserControl
Visual C++
public ref class SFMap : public UserControl
JavaScript
EGIS.Controls.SFMap = function();

Type.createClass(
	'EGIS.Controls.SFMap',
	UserControl);

Remarks

This is the main control in the EGIS.Controls namespace

The SFMap control is a .NET ShapeFile Control which provides methods to add or remove ShapeFile layers to/from a map, zoom, pan and locate shapes on the map.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              EGIS.Controls..::..SFMap

See Also