C# Class OSGeo.GDAL.ColorTable

Inheritance: global::System.IDisposable
Afficher le fichier Open project: wallscavesurvey/walls Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool
swigParentRef object

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ThisOwn_false ( ) : object
ThisOwn_true ( ) : object

Method Details

Clone() public méthode

public Clone ( ) : ColorTable
Résultat ColorTable

ColorTable() public méthode

public ColorTable ( IntPtr cPtr, bool cMemoryOwn, object parent ) : System
cPtr IntPtr
cMemoryOwn bool
parent object
Résultat System

ColorTable() public méthode

public ColorTable ( PaletteInterp palette ) : System
palette PaletteInterp
Résultat System

CreateColorRamp() public méthode

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
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetColorEntry() public méthode

public GetColorEntry ( int entry ) : OSGeo.GDAL.ColorEntry
entry int
Résultat OSGeo.GDAL.ColorEntry

GetColorEntryAsRGB() public méthode

public GetColorEntryAsRGB ( int entry, OSGeo.GDAL.ColorEntry centry ) : int
entry int
centry OSGeo.GDAL.ColorEntry
Résultat int

GetCount() public méthode

public GetCount ( ) : int
Résultat int

GetPaletteInterpretation() public méthode

public GetPaletteInterpretation ( ) : PaletteInterp
Résultat PaletteInterp

SetColorEntry() public méthode

public SetColorEntry ( int entry, OSGeo.GDAL.ColorEntry centry ) : void
entry int
centry OSGeo.GDAL.ColorEntry
Résultat void

ThisOwn_false() protected méthode

protected ThisOwn_false ( ) : object
Résultat object

ThisOwn_true() protected static méthode

protected static ThisOwn_true ( ) : object
Résultat object

getCPtr() public static méthode

public static getCPtr ( ColorTable obj ) : HandleRef
obj ColorTable
Résultat HandleRef

getCPtrAndDisown() public static méthode

public static getCPtrAndDisown ( ColorTable obj, object parent ) : HandleRef
obj ColorTable
parent object
Résultat HandleRef

getCPtrAndSetReference() public static méthode

public static getCPtrAndSetReference ( ColorTable obj, object parent ) : HandleRef
obj ColorTable
parent object
Résultat HandleRef

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool

swigParentRef protected_oe property

protected object swigParentRef
Résultat object