The function getCustomMetaTypes()
returns an array of defined custom meta types
Using an added custom geometery type
print_r($db->getCustomMetaTypes()); /* * Prints array ( 'P' => array('actual'=>255, 'dictionary'=>'POINT', 'handler'=>false, 'callback'=>false ) ) */