Autodesk FDO Provider for SQLServer .NET API Reference

Autodesk FDO Provider SQLServer .NET API

.NET API Reference Autodesk FDO Provider for SQLServer

mgOvGeometricContentType.h

Go to the documentation of this file.
00001 /*
00002 * Copyright (C) 2004-2006  Autodesk, Inc.
00003 * 
00004 * This library is free software; you can redistribute it and/or
00005 * modify it under the terms of version 2.1 of the GNU Lesser
00006 * General Public License as published by the Free Software Foundation.
00007 * 
00008 * This library is distributed in the hope that it will be useful,
00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 * Lesser General Public License for more details.
00012 * 
00013 * You should have received a copy of the GNU Lesser General Public
00014 * License along with this library; if not, write to the Free Software
00015 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00016 *
00017 */
00018 
00019 #pragma once
00020 
00021 BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE
00022 
00023 ///<summary>OvGeometricContentType is an enumeration of the possible formats in
00024 /// which to store geometric property values.  For a given geometric property,
00025 /// Values of this enumeration must be 
00026 /// compatible with the corresponding OvGeometricColumnType value..</summary>
00027 /// <param name="OvGeometricContentType_Default"> Provider's default. </param>
00028 /// <param name="OvGeometricContentType_BuiltIn"> Datastore抯 built-in type (if available)
00029 /// </param>
00030 /// <param name="OvGeometricContentType_Fgf"> FGF (binary)
00031 /// </param>
00032 /// <param name="OvGeometricContentType_FgfText"> FGF Text
00033 /// </param>
00034 /// <param name="OvGeometricContentType_Wkb"> OpenGis WKB
00035 /// </param>
00036 /// <param name="OvGeometricContentType_Wkt"> OpenGis WKT
00037 /// </param>
00038 /// <param name="OvGeometricContentType_Ordinates"> Ordinate columns (default names "X", "Y" and optionally "Z") ?column type must be OvGeometryColumnType_Double
00039 /// </param>
00040 public __value enum OvGeometricContentType
00041 {
00042     OvGeometricContentType_Default = FdoSmOvGeometricContentType_Default,
00043     OvGeometricContentType_BuiltIn = FdoSmOvGeometricContentType_BuiltIn,
00044     OvGeometricContentType_Fgf = FdoSmOvGeometricContentType_Fgf,
00045     OvGeometricContentType_FgfText = FdoSmOvGeometricContentType_FgfText,
00046     OvGeometricContentType_Wkb = FdoSmOvGeometricContentType_Wkb,
00047     OvGeometricContentType_Wkt = FdoSmOvGeometricContentType_Wkt,
00048     OvGeometricContentType_Ordinates = FdoSmOvGeometricContentType_Ordinates
00049 };
00050 
00051 
00052 END_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE
00053 

Comments?