packed record TPointZShapeRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointZShapeRecord = packed record

Description

TPointZShapeRecord defines a PointZ shape in a Shapefile.

  TPointZShapeRecord = packed record
    ShapeType: longint;
    X: double;
    Y: double;
    Z: double;
    M: double;
  end;
 

Overview

Fields

ShapeType: longint;
X: double;
Y: double;
Z: double;
M: double;

Description

Fields

ShapeType: longint;

ShapeType: longint; The value of ShapeType should be stPointZ = 11.

X: double;

X: double; X is the X coordinate of the point.

Y: double;

Y: double; Y is the Y coordinate of the point.

Z: double;

Z: double; Z is the Z coordinate of the point.

M: double;

M: double; M is the M value of the point.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:45