C# 클래스 iTextSharp.text.pdf.spatial.MeasureGeospatial

상속: Measure
파일 보기 프로젝트 열기: boecko/iTextSharp

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetSubType ( ) : PdfName

메소드 상세

SetBounds() 공개 메소드

public SetBounds ( NumberArray bounds ) : void
bounds iTextSharp.text.pdf.NumberArray
리턴 void

SetCoordinateSystem() 공개 메소드

public SetCoordinateSystem ( CoordinateSystem cs ) : void
cs CoordinateSystem
리턴 void

SetDisplayCoordinateSystem() 공개 메소드

public SetDisplayCoordinateSystem ( GeographicCoordinateSystem cs ) : void
cs GeographicCoordinateSystem
리턴 void

SetDisplayUnits() 공개 메소드

public SetDisplayUnits ( Linear l, Square s, Angular a ) : void
l Linear
s Square
a Angular
리턴 void

SetGPTS() 공개 메소드

public SetGPTS ( NumberArray pairedpoints ) : void
pairedpoints iTextSharp.text.pdf.NumberArray
리턴 void

SetLPTS() 공개 메소드

public SetLPTS ( NumberArray pairedpoints ) : void
pairedpoints iTextSharp.text.pdf.NumberArray
리턴 void