Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out...
[geos.git] / include / geos / geom / GeometryFactory.inl
blob74e2d14c1d37815a263737f38c2817bc1a569e5c
1 /**********************************************************************
2  *
3  * GEOS - Geometry Engine Open Source
4  * http://geos.osgeo.org
5  *
6  * Copyright (C) 2005-2006 Refractions Research Inc.
7  *
8  * This is free software; you can redistribute and/or modify it under
9  * the terms of the GNU Lesser General Public Licence as published
10  * by the Free Software Foundation. 
11  * See the COPYING file for more information.
12  *
13  **********************************************************************
14  *
15  * Last port: geom/GeometryFactory.java rev. 1.48
16  *
17  **********************************************************************
18  *
19  * This is just a stub, there are a lot of candidates for inlining
20  * but it's not worth checking that at the moment
21  *
22  **********************************************************************/
24 #ifndef GEOS_GEOM_GEOMETRYFACTORY_INL
25 #define GEOS_GEOM_GEOMETRYFACTORY_INL
27 #include <geos/geom/GeometryFactory.h>
29 namespace geos {
30 namespace geom { // geos::geom
32 INLINE int
33 GeometryFactory::getSRID() const
35         return SRID;
38 INLINE const CoordinateSequenceFactory*
39 GeometryFactory::getCoordinateSequenceFactory() const
41         return coordinateListFactory;
44 } // namespace geos::geom
45 } // namespace geos
47 #endif // GEOS_GEOM_GEOMETRYFACTORY_INL