C# Class Catfood.Shapefile.ShapeMultiPoint

A Shapefile MultiPoint Shape
Inheritance: Shape
Show file Open project: TNOCS/csTouch Class Usage Examples

Protected Methods

Method Description
ShapeMultiPoint ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord, byte shapeData ) : System

A Shapefile MultiPoint Shape

Method Details

ShapeMultiPoint() protected method

A Shapefile MultiPoint Shape
Thrown if shapeData is null Thrown if an error occurs parsing shapeData
protected ShapeMultiPoint ( 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
return System