Skip to content

PDFPointData

Namespace: O2S.Components.PDF4NET.Spatial

Defines a class that specifies extended geospatial data.

public class PDFPointData

Inheritance ObjectPDFPointData

Constructors

PDFPointData()

Initializes a new PDFPointData object.

public PDFPointData()

Properties

ExtendedPoints

Gets or sets the extended points.

public Double[][] ExtendedPoints { get; set; }

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.

public PDFPointDataType[] PointTypes { get; set; }

Property Value

PDFPointDataType[]
An array of names that identify the internal data elements of the individual point arrays in the PDFPointData.ExtendedPoints array.