Description | Hierarchy | Fields | Methods | Properties |
type TBoundingBox = packed record
TBoundingBox
represents the bounding box or of all the shapes in a Shapefile.
TBoundingBox = packed record case integer of 0: (XMin: double; YMin: double; XMax: double; YMax: double); 1: (Box: array[0..3] of double); end;
XMin: double; |
YMin: double; |
XMax: double; |
YMax: double |
Box: array[0..3] of double |
XMin: double; |
|
YMin: double; |
|
XMax: double; |
|
YMax: double |
|
Box: array[0..3] of double |
|