EgtGeomKernel : GeoFactory ora usa nType invece di sKey,
aggiunto map da sKey a nType.
This commit is contained in:
+8
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user