You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
497 B
C++
19 lines
497 B
C++
#include "FITKAbsGeoModelPoint.h"
|
|
#include "FITK_Interface/FITKInterfaceModel/FITKAbstractModel.h"
|
|
#include "FITKAbsGeoReferencePoint.h"
|
|
|
|
namespace Interface
|
|
{
|
|
Interface::FITKGeoEnum::FITKDatumType FITKAbsGeoReferencePoint::getDatumType()
|
|
{
|
|
return Interface::FITKGeoEnum::FITKDatumType::FDTPoint;
|
|
}
|
|
|
|
|
|
Interface::FITKGeoEnum::FITKDatumType FITKAbsGeoReferenceCurveRadio::getDatumType()
|
|
{
|
|
return Interface::FITKGeoEnum::FITKDatumType::FDTCurveRadio;
|
|
}
|
|
|
|
}
|