FDO API Reference Feature Data Objects

FdoSpatial.h

Go to the documentation of this file.
00001 #ifndef _FDOSPATIAL_H_
00002 #define _FDOSPATIAL_H_
00003 //
00004 // Copyright (C) 2004-2006  Autodesk, Inc.
00005 // 
00006 // This library is free software; you can redistribute it and/or
00007 // modify it under the terms of version 2.1 of the GNU Lesser
00008 // General Public License as published by the Free Software Foundation.
00009 // 
00010 // This library is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013 // Lesser General Public License for more details.
00014 // 
00015 // You should have received a copy of the GNU Lesser General Public
00016 // License along with this library; if not, write to the Free Software
00017 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00018 //
00019 #ifdef _WIN32
00020 #pragma once
00021 #endif
00022 
00023 #include <Spatial/SpatialStd.h>
00024 #include <Spatial/SpatialGeometryValidity.h>
00025 #include <Spatial/SpatialUtility.h>
00026 #include <Spatial/SpatialGridTransform.h>
00027 #include <Spatial/SpatialGeometryConverter.h>
00028 
00029 #endif
00030 
00031 

Comments or suggestions? Send us feedback.