26    class ShotPointLineFeature : 
public AbstractSeismicLineFeature
 
   36        DLL_IMPORT_OR_EXPORT static constexpr 
char const* 
XML_TAG = 
"ShotPointLineFeature";
 
   52        ShotPointLineFeature(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : AbstractSeismicLineFeature(partialObject) {}
 
   59        ShotPointLineFeature(gsoap_eml2_3::_resqml22__ShotPointLineFeature* fromGsoap) :
 
   60            AbstractSeismicLineFeature(fromGsoap) {}