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 (Declaration)
Public Class SFMap _
	Inherits UserControl
C#
public class SFMap : UserControl
Visual C++
public ref class SFMap : public 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

See Also