C# Класс Catfood.Shapefile.ShapePolyLine

A Shapefile PolyLine Shape
Наследование: Shape
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
ShapePolyLine ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord ) : System

A Shapefile PolyLine Shape

ShapePolyLine ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord, byte shapeData ) : System

A Shapefile PolyLine Shape

Описание методов

ShapePolyLine() защищенный Метод

A Shapefile PolyLine Shape
protected ShapePolyLine ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord ) : 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
Результат System

ShapePolyLine() защищенный Метод

A Shapefile PolyLine Shape
Thrown if shapeData is null Thrown if an error occurs parsing shapeData
protected ShapePolyLine ( 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
Результат System