Skip to content

PDFProjectedCoordinateSystem

Namespace: O2S.Components.PDF4NET.Spatial

Defines a projected coordinate system.

public class PDFProjectedCoordinateSystem : PDFCoordinateSystem

Inheritance ObjectPDFCoordinateSystemPDFProjectedCoordinateSystem

Constructors

PDFProjectedCoordinateSystem()

Initializes a new PDFProjectedCoordinateSystem object.

public PDFProjectedCoordinateSystem()

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.