C# Class iTextSharp.text.pdf.spatial.MeasureGeospatial

Inheritance: Measure
Afficher le fichier Open project: boecko/iTextSharp

Méthodes publiques

Méthode Description
SetBounds ( NumberArray bounds ) : void
SetCoordinateSystem ( CoordinateSystem cs ) : void
SetDisplayCoordinateSystem ( GeographicCoordinateSystem cs ) : void
SetDisplayUnits ( Linear l, Square s, Angular a ) : void
SetGPTS ( NumberArray pairedpoints ) : void
SetLPTS ( NumberArray pairedpoints ) : void

Private Methods

Méthode Description
GetSubType ( ) : PdfName

Method Details

SetBounds() public méthode

public SetBounds ( NumberArray bounds ) : void
bounds iTextSharp.text.pdf.NumberArray
Résultat void

SetCoordinateSystem() public méthode

public SetCoordinateSystem ( CoordinateSystem cs ) : void
cs CoordinateSystem
Résultat void

SetDisplayCoordinateSystem() public méthode

public SetDisplayCoordinateSystem ( GeographicCoordinateSystem cs ) : void
cs GeographicCoordinateSystem
Résultat void

SetDisplayUnits() public méthode

public SetDisplayUnits ( Linear l, Square s, Angular a ) : void
l Linear
s Square
a Angular
Résultat void

SetGPTS() public méthode

public SetGPTS ( NumberArray pairedpoints ) : void
pairedpoints iTextSharp.text.pdf.NumberArray
Résultat void

SetLPTS() public méthode

public SetLPTS ( NumberArray pairedpoints ) : void
pairedpoints iTextSharp.text.pdf.NumberArray
Résultat void