ReadShapefileUnit
type TShapePoint = packed record
TShapePoint defines a point in a Shapefile.
TShapePoint
TShapePoint = packed record X: double; Y: double; end;
X: double;
Y: double;
X: double; The X coordinate of the point.
X
Y: double; The Y coordinate of the point.
Y