Skip to content

PDFGeographicCoordinateSystem

Namespace: O2S.Components.PDF4NET.Spatial

Defines a geographic coordinate system.

public class PDFGeographicCoordinateSystem : PDFCoordinateSystem

Inheritance ObjectPDFCoordinateSystemPDFGeographicCoordinateSystem

Constructors

PDFGeographicCoordinateSystem()

Initializes a new PDFGeographicCoordinateSystem object.

public PDFGeographicCoordinateSystem()

Properties

EPSG

Gets or sets the EPSG code.

public int EPSG { get; set; }

Property Value

Int32
An EPSG reference code specifying the geographic coordinate system.


WellKnownText

Gets or sets the wekk known text.

public string WellKnownText { get; set; }

Property Value

String
A string of Well Known Text describing the geographic coordinate system.