aPolylineObj->AddSection( aSectName, aSectType, aSectClosure );
// Add the points fro section
- CurveCreator::Coordinates aCurveCoords = myCurve->getPoints( i );
+ CurveCreator::Coordinates aCurveCoords = myCurve->getCoords( i );
if ( aCurveCoords.size() <= 2 )
{
HYDROData_ProfileUZ::PointsList aProfileParamPoints;
- CurveCreator::Coordinates aCurveCoords = myProfile->getPoints( 0 );
+ CurveCreator::Coordinates aCurveCoords = myProfile->getCoords( 0 );
if ( aCurveCoords.size() <= 2 )
{
theErrorMsg = tr( "NUMBER_OF_PROFILE_POINTS_INCORRECT" );