EgtGeomKernel : GeoFactory ora usa nType invece di sKey,

aggiunto map da sKey a nType.
This commit is contained in:
Dario Sassi
2013-11-26 20:53:50 +00:00
parent 81a1e3d994
commit cc2db726db
15 changed files with 97 additions and 32 deletions
+8 -2
View File
@@ -20,9 +20,8 @@
using namespace std ;
//----------------------------------------------------------------------------
GEOOBJ_REGISTER( KEY_GEO_VECT3D, GeoVector3d) ;
GEOOBJ_REGISTER( GEO_VECT3D, "G_VEC", GeoVector3d) ;
//----------------------------------------------------------------------------
GeoVector3d::GeoVector3d( void)
@@ -58,6 +57,13 @@ GeoVector3d::Clone( void) const
return pGVt ;
}
//----------------------------------------------------------------------------
const string&
GeoVector3d::GetKey( void) const
{
return GEOOBJ_GETKEY( GeoVector3d) ;
}
//----------------------------------------------------------------------------
bool
GeoVector3d::Save( ostream& osOut) const