C# Class Catfood.Shapefile.ShapePolyLineM

A Shapefile ShapePolyLineM Shape
Inheritance: ShapePolyLine
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes protégées

Méthode Description
ShapePolyLineM ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord, byte shapeData ) : System

A Shapefile PolyLine Shape

Private Methods

Méthode Description
ParsePolyLineM ( byte shapeData, RectangleD &boundingBox, List &parts ) : void

Function is basically the same as Shape.ParsePolyLineOrPolygon, it is just extended to handle the M extreme values

Method Details

ShapePolyLineM() protected méthode

A Shapefile PolyLine Shape
Thrown if shapeData is null Thrown if an error occurs parsing shapeData
protected ShapePolyLineM ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord, byte shapeData ) : System
recordNumber int The record number in the Shapefile
metadata System.Collections.Specialized.StringDictionary Metadata about the shape
dataRecord IDataRecord IDataRecord associated with the metadata
shapeData byte The shape record as a byte array
Résultat System