This class represents the geospatial measure dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 269, page 598.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 8.111a, page 50.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.MeasureElement
          WebSupergoo.ABCpdf14.Elements.GeospatialMeasureElement

A geospatial measure dictionary maps page coordinates to geographic coordinates, enabling PDF pages to function as georeferenced maps. The GCS entry describes the geographic coordinate system and DCS the display coordinate system.

The GPTS and LPTS arrays hold matching geographic and page coordinate pairs defining the registration. The Bounds entry gives the geographic boundary polygon. PCSM references a projected coordinate system for computing distances.

 

   
   
Method
Description
GeospatialMeasureElement Create a new GeospatialMeasureElement.
inherited methods...

 

   
   
Property
Description
EntryBounds Represents the "Bounds" entry of the geospatial measure dictionary object.
EntryGCS Represents the "GCS" entry of the geospatial measure dictionary object.
EntryDCS Represents the "DCS" entry of the geospatial measure dictionary object.
EntryPDU Represents the "PDU" entry of the geospatial measure dictionary object.
EntryGPTS Represents the "GPTS" entry of the geospatial measure dictionary object.
EntryLPTS Represents the "LPTS" entry of the geospatial measure dictionary object.
EntryPCSM Represents the "PCSM" entry of the geospatial measure dictionary object.
inherited properties...