MindFusion.Wpf Pack Programmer's Guide
ShapeType Enumeration
See Also
 





Specifies the type of shapes contained in an ESRI map file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public enum ShapeType

Visual Basic  Copy Code

Public Enum ShapeType

 Members

  Member name Description

MultiPatch

Indicates a MultiPatch shape, which consists of a number of surface patches.

MultiPoint

Indicates a MultiPoint shape, which contains a set of points.

MultiPointM

Indicates a MultiPointM shape, which is a MultiPoint with additional measure attributes.

MultiPointZ

Indicates a MultiPointZ shape, which is a MultiPoint with additional Z and measure attributes.

NullShape

Indicates a null shape with no geometric data; often used as a place holder until data becomes available.

Point

Indicates a Point shape, which contains X (longitude) and Y (latitude) coordinates.

PointM

Indicates a PointM shape, which is a Point with an additional measure attribute.

PointZ

Indicates a PointZ shape, which is a Point with additional Z and measure attributes.

Polygon

Indicates a Polygon shape, which contains several ordered sets of points rendered as filled polygons.

PolygonM

Indicates a PolygonM shape, which is a Polygon with additional measure attributes.

PolygonZ

Indicates a PolygonZ shape, which is a Polygon with additional Z and measure attributes.

PolyLine

Indicates a Polyline shape, which contains several ordered sets of points rendered as connected line segments.

PolyLineM

Indicates a PolyLineM shape, which is a PolyLine with additional measure attributes.

PolyLineZ

Indicates a PolyLineZ shape, which is a PolyLine with additional Z and measure attributes.

 See Also

MindFusion.Mapping Namespace