PDFPointData¶
Namespace: O2S.Components.PDF4NET.Spatial
Defines a class that specifies extended geospatial data.
Inheritance Object → PDFPointData
Constructors¶
PDFPointData()¶
Initializes a new PDFPointData object.
Properties¶
ExtendedPoints¶
Gets or sets the extended points.
Property Value
Double[][]
An array of arrays of values.
Remarks
The number of elements in each interior array shall correspond to the size of the PDFPointData.PointTypes array; each element in the interior arrays is of a type defined by the corresponding name in the PDFPointData.PointTypes array.
PointTypes¶
Gets or sets the point types.
Property Value
PDFPointDataType[]
An array of names that identify the internal data elements of
the individual point arrays in the PDFPointData.ExtendedPoints array.