bool 
TeSTElementSet::getGeometry(const string& object_id, TeTextSet& geomSet, TeTimeInterval time)
{
	TeSTInstance* result = this->getSTInstance(object_id, time);
	if(!result)
		return false; 
	geomSet = result->getTexts();
	return true;
}