C# 클래스 OSGeo.GDAL.ColorTable

상속: global::System.IDisposable
파일 보기 프로젝트 열기: wallscavesurvey/walls 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool
swigParentRef object

공개 메소드들

메소드 설명
Clone ( ) : ColorTable
ColorTable ( IntPtr cPtr, bool cMemoryOwn, object parent ) : System
ColorTable ( PaletteInterp palette ) : System
CreateColorRamp ( int nStartIndex, OSGeo.GDAL.ColorEntry startcolor, int nEndIndex, OSGeo.GDAL.ColorEntry endcolor ) : void
Dispose ( ) : void
GetColorEntry ( int entry ) : OSGeo.GDAL.ColorEntry
GetColorEntryAsRGB ( int entry, OSGeo.GDAL.ColorEntry centry ) : int
GetCount ( ) : int
GetPaletteInterpretation ( ) : PaletteInterp
SetColorEntry ( int entry, OSGeo.GDAL.ColorEntry centry ) : void
getCPtr ( ColorTable obj ) : HandleRef
getCPtrAndDisown ( ColorTable obj, object parent ) : HandleRef
getCPtrAndSetReference ( ColorTable obj, object parent ) : HandleRef

보호된 메소드들

메소드 설명
ThisOwn_false ( ) : object
ThisOwn_true ( ) : object

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ColorTable
리턴 ColorTable

ColorTable() 공개 메소드

public ColorTable ( IntPtr cPtr, bool cMemoryOwn, object parent ) : System
cPtr IntPtr
cMemoryOwn bool
parent object
리턴 System

ColorTable() 공개 메소드

public ColorTable ( PaletteInterp palette ) : System
palette PaletteInterp
리턴 System

CreateColorRamp() 공개 메소드

public CreateColorRamp ( int nStartIndex, OSGeo.GDAL.ColorEntry startcolor, int nEndIndex, OSGeo.GDAL.ColorEntry endcolor ) : void
nStartIndex int
startcolor OSGeo.GDAL.ColorEntry
nEndIndex int
endcolor OSGeo.GDAL.ColorEntry
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetColorEntry() 공개 메소드

public GetColorEntry ( int entry ) : OSGeo.GDAL.ColorEntry
entry int
리턴 OSGeo.GDAL.ColorEntry

GetColorEntryAsRGB() 공개 메소드

public GetColorEntryAsRGB ( int entry, OSGeo.GDAL.ColorEntry centry ) : int
entry int
centry OSGeo.GDAL.ColorEntry
리턴 int

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetPaletteInterpretation() 공개 메소드

public GetPaletteInterpretation ( ) : PaletteInterp
리턴 PaletteInterp

SetColorEntry() 공개 메소드

public SetColorEntry ( int entry, OSGeo.GDAL.ColorEntry centry ) : void
entry int
centry OSGeo.GDAL.ColorEntry
리턴 void

ThisOwn_false() 보호된 메소드

protected ThisOwn_false ( ) : object
리턴 object

ThisOwn_true() 보호된 정적인 메소드

protected static ThisOwn_true ( ) : object
리턴 object

getCPtr() 공개 정적인 메소드

public static getCPtr ( ColorTable obj ) : HandleRef
obj ColorTable
리턴 HandleRef

getCPtrAndDisown() 공개 정적인 메소드

public static getCPtrAndDisown ( ColorTable obj, object parent ) : HandleRef
obj ColorTable
parent object
리턴 HandleRef

getCPtrAndSetReference() 공개 정적인 메소드

public static getCPtrAndSetReference ( ColorTable obj, object parent ) : HandleRef
obj ColorTable
parent object
리턴 HandleRef

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool

swigParentRef 보호되어 있는 프로퍼티

protected object swigParentRef
리턴 object