gdalconst.cs

来自「支持各种栅格图像和矢量图像读取的库」· CS 代码 · 共 90 行

CS
90
字号
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.31 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */namespace OSGeo.GDAL {using System;using System.Runtime.InteropServices;public class gdalconst {  public static readonly int GDT_Unknown = gdalconstPINVOKE.GDT_Unknown_get();  public static readonly int GDT_Byte = gdalconstPINVOKE.GDT_Byte_get();  public static readonly int GDT_UInt16 = gdalconstPINVOKE.GDT_UInt16_get();  public static readonly int GDT_Int16 = gdalconstPINVOKE.GDT_Int16_get();  public static readonly int GDT_UInt32 = gdalconstPINVOKE.GDT_UInt32_get();  public static readonly int GDT_Int32 = gdalconstPINVOKE.GDT_Int32_get();  public static readonly int GDT_Float32 = gdalconstPINVOKE.GDT_Float32_get();  public static readonly int GDT_Float64 = gdalconstPINVOKE.GDT_Float64_get();  public static readonly int GDT_CInt16 = gdalconstPINVOKE.GDT_CInt16_get();  public static readonly int GDT_CInt32 = gdalconstPINVOKE.GDT_CInt32_get();  public static readonly int GDT_CFloat32 = gdalconstPINVOKE.GDT_CFloat32_get();  public static readonly int GDT_CFloat64 = gdalconstPINVOKE.GDT_CFloat64_get();  public static readonly int GDT_TypeCount = gdalconstPINVOKE.GDT_TypeCount_get();  public static readonly int GA_ReadOnly = gdalconstPINVOKE.GA_ReadOnly_get();  public static readonly int GA_Update = gdalconstPINVOKE.GA_Update_get();  public static readonly int GF_Read = gdalconstPINVOKE.GF_Read_get();  public static readonly int GF_Write = gdalconstPINVOKE.GF_Write_get();  public static readonly int GCI_Undefined = gdalconstPINVOKE.GCI_Undefined_get();  public static readonly int GCI_GrayIndex = gdalconstPINVOKE.GCI_GrayIndex_get();  public static readonly int GCI_PaletteIndex = gdalconstPINVOKE.GCI_PaletteIndex_get();  public static readonly int GCI_RedBand = gdalconstPINVOKE.GCI_RedBand_get();  public static readonly int GCI_GreenBand = gdalconstPINVOKE.GCI_GreenBand_get();  public static readonly int GCI_BlueBand = gdalconstPINVOKE.GCI_BlueBand_get();  public static readonly int GCI_AlphaBand = gdalconstPINVOKE.GCI_AlphaBand_get();  public static readonly int GCI_HueBand = gdalconstPINVOKE.GCI_HueBand_get();  public static readonly int GCI_SaturationBand = gdalconstPINVOKE.GCI_SaturationBand_get();  public static readonly int GCI_LightnessBand = gdalconstPINVOKE.GCI_LightnessBand_get();  public static readonly int GCI_CyanBand = gdalconstPINVOKE.GCI_CyanBand_get();  public static readonly int GCI_MagentaBand = gdalconstPINVOKE.GCI_MagentaBand_get();  public static readonly int GCI_YellowBand = gdalconstPINVOKE.GCI_YellowBand_get();  public static readonly int GCI_BlackBand = gdalconstPINVOKE.GCI_BlackBand_get();  public static readonly int GRA_NearestNeighbour = gdalconstPINVOKE.GRA_NearestNeighbour_get();  public static readonly int GRA_Bilinear = gdalconstPINVOKE.GRA_Bilinear_get();  public static readonly int GRA_Cubic = gdalconstPINVOKE.GRA_Cubic_get();  public static readonly int GRA_CubicSpline = gdalconstPINVOKE.GRA_CubicSpline_get();  public static readonly int GPI_Gray = gdalconstPINVOKE.GPI_Gray_get();  public static readonly int GPI_RGB = gdalconstPINVOKE.GPI_RGB_get();  public static readonly int GPI_CMYK = gdalconstPINVOKE.GPI_CMYK_get();  public static readonly int GPI_HLS = gdalconstPINVOKE.GPI_HLS_get();  public static readonly int CXT_Element = gdalconstPINVOKE.CXT_Element_get();  public static readonly int CXT_Text = gdalconstPINVOKE.CXT_Text_get();  public static readonly int CXT_Attribute = gdalconstPINVOKE.CXT_Attribute_get();  public static readonly int CXT_Comment = gdalconstPINVOKE.CXT_Comment_get();  public static readonly int CXT_Literal = gdalconstPINVOKE.CXT_Literal_get();  public static readonly int CE_None = gdalconstPINVOKE.CE_None_get();  public static readonly int CE_Debug = gdalconstPINVOKE.CE_Debug_get();  public static readonly int CE_Warning = gdalconstPINVOKE.CE_Warning_get();  public static readonly int CE_Failure = gdalconstPINVOKE.CE_Failure_get();  public static readonly int CE_Fatal = gdalconstPINVOKE.CE_Fatal_get();  public static readonly int CPLE_None = gdalconstPINVOKE.CPLE_None_get();  public static readonly int CPLE_AppDefined = gdalconstPINVOKE.CPLE_AppDefined_get();  public static readonly int CPLE_OutOfMemory = gdalconstPINVOKE.CPLE_OutOfMemory_get();  public static readonly int CPLE_FileIO = gdalconstPINVOKE.CPLE_FileIO_get();  public static readonly int CPLE_OpenFailed = gdalconstPINVOKE.CPLE_OpenFailed_get();  public static readonly int CPLE_IllegalArg = gdalconstPINVOKE.CPLE_IllegalArg_get();  public static readonly int CPLE_NotSupported = gdalconstPINVOKE.CPLE_NotSupported_get();  public static readonly int CPLE_AssertionFailed = gdalconstPINVOKE.CPLE_AssertionFailed_get();  public static readonly int CPLE_NoWriteAccess = gdalconstPINVOKE.CPLE_NoWriteAccess_get();  public static readonly int CPLE_UserInterrupt = gdalconstPINVOKE.CPLE_UserInterrupt_get();  public static readonly string DMD_LONGNAME = gdalconstPINVOKE.DMD_LONGNAME_get();  public static readonly string DMD_HELPTOPIC = gdalconstPINVOKE.DMD_HELPTOPIC_get();  public static readonly string DMD_MIMETYPE = gdalconstPINVOKE.DMD_MIMETYPE_get();  public static readonly string DMD_EXTENSION = gdalconstPINVOKE.DMD_EXTENSION_get();  public static readonly string DMD_CREATIONOPTIONLIST = gdalconstPINVOKE.DMD_CREATIONOPTIONLIST_get();  public static readonly string DMD_CREATIONDATATYPES = gdalconstPINVOKE.DMD_CREATIONDATATYPES_get();  public static readonly string DCAP_CREATE = gdalconstPINVOKE.DCAP_CREATE_get();  public static readonly string DCAP_CREATECOPY = gdalconstPINVOKE.DCAP_CREATECOPY_get();  public static readonly int CPLES_BackslashQuotable = gdalconstPINVOKE.CPLES_BackslashQuotable_get();  public static readonly int CPLES_XML = gdalconstPINVOKE.CPLES_XML_get();  public static readonly int CPLES_URL = gdalconstPINVOKE.CPLES_URL_get();  public static readonly int CPLES_SQL = gdalconstPINVOKE.CPLES_SQL_get();  public static readonly int CPLES_CSV = gdalconstPINVOKE.CPLES_CSV_get();}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?