📄 oledbgis_8h-source.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>OGR: oledbgis.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.5.1 --><div class="tabs"> <ul> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> </ul></div><div class="tabs"> <ul> <li><a href="files.html"><span>File List</span></a></li> <li><a href="globals.html"><span>File Members</span></a></li> </ul></div><h1>oledbgis.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef _OLEDBGIS_H__</span><a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define _OLEDBGIS_H__</span><a name="l00003"></a>00003 <span class="preprocessor"></span><a name="l00004"></a>00004 <span class="comment">/*</span><a name="l00005"></a>00005 <span class="comment">> File: OLEDBGIS.h</span><a name="l00006"></a>00006 <span class="comment">> </span><a name="l00007"></a>00007 <span class="comment">> Description:</span><a name="l00008"></a>00008 <span class="comment">> This file contains the GUIDs and constants that are required by the</span><a name="l00009"></a>00009 <span class="comment">> OpenGIS</span><a name="l00010"></a>00010 <span class="comment">> Features for OLE-COM Implementation Specification.</span><a name="l00011"></a>00011 <span class="comment">*/</span><a name="l00012"></a>00012 <a name="l00013"></a>00013 <span class="comment">// {A0690A28-FAF5-11d1-BAF5-080036DB0B03}</span><a name="l00014"></a>00014 DEFINE_GUID(CATID_OGISDataProvider, <a name="l00015"></a>00015 0xa0690a28, 0xfaf5, 0x11d1, 0xba, 0xf5, 0x8, 0x0, 0x36, 0xdb, 0xb, 0x3);<a name="l00016"></a>00016 <a name="l00017"></a>00017 <span class="comment">// {A0690A29-FAF5-11d1-BAF5-080036DB0B03}</span><a name="l00018"></a>00018 DEFINE_GUID(DBSCHEMA_OGIS_FEATURE_TABLES, <a name="l00019"></a>00019 0xa0690a29, 0xfaf5, 0x11d1, 0xba, 0xf5, 0x8, 0x0, 0x36, 0xdb, 0xb, 0x3);<a name="l00020"></a>00020 <a name="l00021"></a>00021 <span class="comment">// {A0690A2A-FAF5-11d1-BAF5-080036DB0B03}</span><a name="l00022"></a>00022 DEFINE_GUID(DBSCHEMA_OGIS_GEOMETRY_COLUMNS, <a name="l00023"></a>00023 0xa0690a2a, 0xfaf5, 0x11d1, 0xba, 0xf5, 0x8, 0x0, 0x36, 0xdb, 0xb, 0x3);<a name="l00024"></a>00024 <a name="l00025"></a>00025 <span class="comment">// {A0690A2B-FAF5-11d1-BAF5-080036DB0B03}</span><a name="l00026"></a>00026 DEFINE_GUID(DBSCHEMA_OGIS_SPATIAL_REF_SYSTEMS, <a name="l00027"></a>00027 0xa0690a2b, 0xfaf5, 0x11d1, 0xba, 0xf5, 0x8, 0x0, 0x36, 0xdb, 0xb, 0x3);<a name="l00028"></a>00028 <a name="l00029"></a>00029 <span class="comment">// {A0690A2C-FAF5-11d1-BAF5-080036DB0B03}</span><a name="l00030"></a>00030 DEFINE_GUID(DBPROPSET_OGIS_SPATIAL_OPS, <a name="l00031"></a>00031 0xa0690a2c, 0xfaf5, 0x11d1, 0xba, 0xf5, 0x8, 0x0, 0x36, 0xdb, 0xb, 0x3);<a name="l00032"></a>00032 <a name="l00033"></a>00033 <span class="keyword">enum</span> DBPROPOGISENUM<a name="l00034"></a>00034 {DBPROP_OGIS_TOUCHES = 0x1L,<a name="l00035"></a>00035 DBPROP_OGIS_WITHIN=0x2L,<a name="l00036"></a>00036 DBPROP_OGIS_CONTAINS=0x3L,<a name="l00037"></a>00037 DBPROP_OGIS_CROSSES=0x4L,<a name="l00038"></a>00038 DBPROP_OGIS_OVERLAPS=0x5L,<a name="l00039"></a>00039 DBPROP_OGIS_DISJOINT=0x6L,<a name="l00040"></a>00040 DBPROP_OGIS_INTERSECT=0x7L,<a name="l00041"></a>00041 DBPROP_OGIS_ENVELOPE_INTERSECTS=0x8L,<a name="l00042"></a>00042 DBPROP_OGIS_INDEX_INTERSECTS=0x9L<a name="l00043"></a>00043 };<a name="l00044"></a>00044 <a name="l00045"></a>00045 <span class="comment">/* I think ESRI have numbers for those and for the geometry objects */</span><a name="l00046"></a>00046 <span class="keyword">enum</span> DBPROPOGISGEOMENUM {<a name="l00047"></a>00047 DBGEOM_GEOMETRY = 0x1L,<a name="l00048"></a>00048 DBGEOM_POINT = 0x2L, <a name="l00049"></a>00049 DBGEOM_CURVE = 0x3L,<a name="l00050"></a>00050 DBGEOM_LINESTRING = 0x4L, <a name="l00051"></a>00051 DBGEOM_SURFACE = 0x5L, <a name="l00052"></a>00052 DBGEOM_POLYGON = 0x6L, <a name="l00053"></a>00053 DBGEOM_COLLECTION = 0x7L, <a name="l00054"></a>00054 DBGEOM_MULTISURFACE = 0xB, <a name="l00055"></a>00055 DBGEOM_MULTIPOLYGON = 0xC, <a name="l00056"></a>00056 DBGEOM_MULTICURVE = 0x9L, <a name="l00057"></a>00057 DBGEOM_MULTILINESTRING = 0xA, <a name="l00058"></a>00058 DBGEOM_MULTIPOINT = 0x8L };<a name="l00059"></a>00059 <a name="l00060"></a>00060 <a name="l00061"></a>00061 <span class="preprocessor">#endif</span><a name="l00062"></a>00062 <span class="preprocessor"></span></pre></div><hr>Generated for GDAL by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1.</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -