C# 클래스 Shapefile.ShapePolyLineM

A Shapefile ShapePolyLineM Shape
상속: ShapePolyLine
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

보호된 메소드들

메소드 설명
ShapePolyLineM ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord, byte shapeData ) : System

A Shapefile PolyLine Shape

비공개 메소드들

메소드 설명
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

메소드 상세

ShapePolyLineM() 보호된 메소드

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
리턴 System